The yesod-text-markdown package
The contents of this package is t use Text.Markdown in a typical yesod project, that is, this module also 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.
If you wonder why the haddocks only show a few exports, it's because it doesn't show exporting of instances which is most of what this package is about.
Properties
| Versions | 0.1.0.0, 0.1.1 |
|---|---|
| Dependencies | base (4.*), hamlet (≥1.1 & <2.0), markdown (≥0.1 & <1.0), persistent (≥1.2 & <2.0), text (≥0.11 & <1.0), yesod-core (≥1.2 & <2.0), yesod-form (≥1.3 & <2.0), yesod-persistent (≥1.2 & <2.0) |
| License | BSD3 |
| Author | Arash Rouhani |
| Maintainer | miffoljud@gmail.com |
| Category | Yesod |
| Bug tracker | https://github.com/Tarrasch/yesod-text-markdown/issues |
| Source repository | git clone git://github.com/Tarrasch/yesod-text-markdown.git |
| Upload date | Fri May 10 04:24:04 UTC 2013 |
| Uploaded by | ArashRouhani |
| Built on | ghc-7.6 |
Modules
- Yesod
Downloads
- yesod-text-markdown-0.1.1.tar.gz (Cabal source package)
- package description (included in the package)