BSD-3-Clause licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:markdown-0.1.17.5@sha256:75c23963dbff2d118ab9452f018726f683bf41918c4fbaab28cbda1d9fef74db,2404

Module documentation for 0.1.17.5

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.

Changes

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

  • Support GHC 8.4.1

0.1.16

  • Add setNoFollowExternal

0.1.15

  • defaultMarkdownSettings

0.1.14

  • Handle named entities #30

0.1.13.2

  • Drop system-filepath

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.