1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
## 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][ytm].
[cmark]: https://www.stackage.org/package/cmark
[cmark-gfm]: https://www.stackage.org/package/cmark-gfm
[stackage]: https://www.stackage.org/package/markdown
[ytm]: https://github.com/Tarrasch/yesod-text-markdown
|