A Markdown to HTML parser in Haskell.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Aadhavan Srinivasan 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.
2 weeks ago
app Trying to fix a bug where a header with a newline isn't recognized as a header 1 month ago
src Parse bold, italic and strikethrough in-order, instead of trying to find 2 weeks ago
.gitignore Updated .gitignore 1 month ago
CHANGELOG.md First commit 1 month ago
LICENSE First commit 1 month ago
cabal.project.local First commit 1 month ago
cabal.project.local~ First commit 1 month ago
md-to-html.cabal Add relevant modules to other-modules section, to get rid of cabal's 4 weeks ago
test.hs Proof of concept for leftmostLongest function 1 month ago