R.I.P. foferk
This commit is contained in:
@@ -33,10 +33,6 @@ fn parse(lines []string) string {
|
|||||||
output += '<h' + lvl.str() + '>'
|
output += '<h' + lvl.str() + '>'
|
||||||
}
|
}
|
||||||
|
|
||||||
if idx := text.index('2') {
|
|
||||||
text = replace(text, idx, 1, 'foferk')
|
|
||||||
}
|
|
||||||
|
|
||||||
if lvl > 0 {
|
if lvl > 0 {
|
||||||
output += text + '</h' + lvl.str() + '>'
|
output += text + '</h' + lvl.str() + '>'
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user