@hackage markdown0.1.17.5
Convert Markdown to HTML, with XSS protection
Categories
License
BSD-3-Clause
Maintainer
michael@snoyman.com
Links
Versions
Deprecated
Dependencies (13)
- attoparsec >=0.10
- base >=4.9 && <5
- blaze-html >=0.4
- blaze-markup >=0.6
- conduit >=1.2.8
- conduit-extra >=1.1 Show all…
Dependents (18)
@hackage/rfc, @hackage/futhark, @hackage/cmark-gfm, @hackage/rfc-servant, @hackage/yesod-text-markdown, @hackage/acme-everything, Show all…
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.