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 b00d79b9aa Renamed Test.hs to MdToHtmlTest.hs so that the filename matches the
module name; updated blockquote tests; started working on ordered list
tests
1 week ago
app Trying to fix a bug where a header with a newline isn't recognized as a header 2 weeks ago
src Renamed Test.hs to MdToHtmlTest.hs so that the filename matches the 1 week ago
.gitignore Updated .gitignore 3 weeks ago
CHANGELOG.md First commit 3 weeks ago
LICENSE First commit 3 weeks ago
cabal.project.local First commit 3 weeks ago
cabal.project.local~ First commit 3 weeks ago
md-to-html.cabal Updated cabal file with instructions on split modules 3 weeks ago
test.hs Proof of concept for leftmostLongest function 3 weeks ago