There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This program, implemented in Haskell, is a functional programming exercise to parse text and replace markdown with HTML code. This takes a markdown file as input, and outputs a formatted html file. It only accepts a subset of valid markdown syntax. There may be some slight variations from the official versions of markdown.