Simple Markdown to HTML converter
- Headers
- Paragraphs
- Lists (non-nested)
- Block quotes
- Latex blocks
To build this project you need to have haskell stack installed.
To build just run:
stack build
To test:
stack test
To convert example markdown file to html:
stack exec markdown-monparsing -- examples/example.md -o examples/example.html