Merge remote-tracking branch 'origin' into fixingIncompleteElements

This commit is contained in:
2025-05-20 22:24:24 -04:00

View File

@@ -225,6 +225,7 @@ listLineParsers :: [ReadP MdToken]
listLineParsers =
[ parseLinebreak,
parseEscapedChar,
parseCode,
parseBold,
parseItalic,
parseStrikethrough,