Rockingcool 2514ecdafc Parse bold, italic and strikethrough in-order, instead of trying to find
the end, then parsing everything in the middle.

The current approach parses the opening bold (or italic), some text,
then the closing bold (or italic), instead of parsing the opening,
closing, then everything in between.
2025-05-20 12:19:59 -05:00
2025-05-02 10:35:52 -04:00
2025-04-27 23:22:45 -04:00
2025-04-27 23:22:45 -04:00
2025-04-27 23:22:45 -04:00
2025-04-27 23:22:45 -04:00
Description
A Markdown to HTML parser in Haskell.
1 MiB
Languages
Haskell 100%