BSD-3-Clause licensed by Michael Snoyman
This version can be pinned in stack with:markdown-0.1.17.5@sha256:75c23963dbff2d118ab9452f018726f683bf41918c4fbaab28cbda1d9fef74db,2404
Module documentation for 0.1.17.5
Depends on 13 packages
(full list with versions):
attoparsec,
base,
blaze-html,
blaze-markup,
conduit,
conduit-extra,
containers,
data-default,
text,
transformers,
xml-conduit,
xml-types,
xss-sanitize 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.
Changelog for markdown
0.1.17.5
- Support xss-sanitize 0.3.7 #39
0.1.17.4
- One more fix for test suite, now works on Windows as well
0.1.17.3
- Fix the previous test fix
0.1.17.2
- Make test suite slightly more resilient to escaping rules
0.1.17.1
- Remove
OPTIONS_HADDOCK hide
0.1.17
0.1.16
0.1.15
0.1.14
- Handle named entities #30
0.1.13.2
0.1.13.1
Fixes for GHC 7.10
0.1.13
Add msAddHeadingId
.
0.1.12
Support for two spaces at end of line to create a linebreak.