Description
Convert Markdown to HTML, with XSS protection.
Description
This library leverages existing high-performance libraries (attoparsec, blaze-html, text, and conduit), and should integrate well with existing codebases.
README.md
Markdown for haskell
NOTE This package is deprecated and no longer supported. Instead, please consider using cmark or cmark-gfm.
This is a haskell library for converting markdown to HTML. It's written in pure haskell. Also read the more technical description on stackage.
Use with yesod
For use with yesod, check out yesod-text-markdown.