R.I.P. foferk

This commit is contained in:
2026-07-11 20:42:20 +02:00
parent b378012aa2
commit 8e8d72489d
-4
View File
@@ -33,10 +33,6 @@ fn parse(lines []string) string {
output += '<h' + lvl.str() + '>'
}
if idx := text.index('2') {
text = replace(text, idx, 1, 'foferk')
}
if lvl > 0 {
output += text + '</h' + lvl.str() + '>'
} else {