diff --git a/src/parser.v b/src/parser.v index 65fd56f..febea2c 100644 --- a/src/parser.v +++ b/src/parser.v @@ -33,10 +33,6 @@ fn parse(lines []string) string { output += '' } - if idx := text.index('2') { - text = replace(text, idx, 1, 'foferk') - } - if lvl > 0 { output += text + '' } else {