yesod-text-markdown

Yesod support for Text.Markdown.

Version on this page:0.1.8
LTS Haskell 14.27:0.1.10
Stackage Nightly 2022-02-07:0.1.10
Latest on Hackage:0.1.10

See all snapshots yesod-text-markdown appears in

BSD-3-Clause licensed by Arash Rouhani
Maintained by [email protected]
This version can be pinned in stack with:yesod-text-markdown-0.1.8@sha256:e5faaafdc6fd7b815af9fc53347f5db092f4399b8b4cad44c99b43005c000dc8,2054

Module documentation for 0.1.8

Use Text.Markdown in a typical yesod project. This module contains instances related to persistence, even though it isn't tightly coupled to yesod.

This package is different from the yesod-markdown package which uses the pandoc renderer for markdown. The main advantages of having Text.Markdown as underlying renderer is the much smaller dependencies and the permissiver license. See https://github.com/pbrisbin/yesod-markdown and https://github.com/snoyberg/markdown.

This package intentionally tries to be like yesod-markdown, so switching between the markdown backends should be easy.