Add strikethrough parser to line parser list

fixingIncompleteElements
Aadhavan Srinivasan 3 weeks ago
parent 8c220cc800
commit 23691f9cfe

@ -220,6 +220,7 @@ lineParsers =
parseEscapedChar, parseEscapedChar,
parseBold, parseBold,
parseItalic, parseItalic,
parseStrikethrough,
parseLink, parseLink,
parseString parseString
] -- A 'line' doesn't include a 'header' ] -- A 'line' doesn't include a 'header'

Loading…
Cancel
Save