Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psub/yesod-rst
Makes pandoc's ability to read reStructuredText avaible to Yesod.
https://github.com/psub/yesod-rst
Last synced: 28 days ago
JSON representation
Makes pandoc's ability to read reStructuredText avaible to Yesod.
- Host: GitHub
- URL: https://github.com/psub/yesod-rst
- Owner: pSub
- License: gpl-2.0
- Created: 2012-03-13T13:13:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T20:44:13.000Z (9 months ago)
- Last Synced: 2024-09-16T14:19:02.085Z (about 2 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/yesod-rst
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yesod-rst
A library that provides RST (reStructuredText) support for the Yesod webframework.
The code is inspired by https://github.com/pbrisbin/yesod-markdown.