Deprecated

In favour of

markdown

Convert Markdown to HTML, with XSS protection

https://github.com/snoyberg/markdown

Version on this page:0.1.17.4
LTS Haskell 22.14:0.1.17.5
Stackage Nightly 2024-03-28:0.1.17.5
Latest on Hackage:0.1.17.5

See all snapshots markdown appears in

BSD-3-Clause licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:markdown-0.1.17.4@sha256:075362e60aaa6e598485a20b2f561f2ee783a432552accc1e3d79d2f5d6e1e25,2305

Module documentation for 0.1.17.4

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.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.