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.
 
Aadhavan Srinivasan d1b0ce6b10 Move parseHeader up in the chain - parseDocument can either parse
headers or a paragraph
3 days ago
app Trying to fix a bug where a header with a newline isn't recognized as a header 6 days ago
src Move parseHeader up in the chain - parseDocument can either parse 3 days ago
.gitignore Updated .gitignore 1 week ago
CHANGELOG.md First commit 2 weeks ago
LICENSE First commit 2 weeks ago
cabal.project.local First commit 2 weeks ago
cabal.project.local~ First commit 2 weeks ago
md-to-html.cabal Updated cabal file with instructions on split modules 1 week ago
test.hs Proof of concept for leftmostLongest function 1 week ago