File: README.md

package info (click to toggle)
haskell-markdown 0.1.17.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 528 kB
  • sloc: haskell: 1,195; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (3)
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