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 d771460bb1 Skip spaces at beginning of line; parse a line and header separately; add a Document data constructor for MdToken (consists of the entire document 1 month ago
app Only get the first parse result, makes things easier to see 1 month ago
src Skip spaces at beginning of line; parse a line and header separately; add a Document data constructor for MdToken (consists of the entire document 1 month 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 Updated cabal file with instructions on split modules 1 month ago
test.hs Proof of concept for leftmostLongest function 1 month ago