Add strikethrough parser to line parser list

This commit is contained in:
2025-05-16 19:28:41 -05:00
parent 8c220cc800
commit 23691f9cfe

View File

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