Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srid/reflex-dom-pandoc
Render Pandoc documents in reflex-dom
https://github.com/srid/reflex-dom-pandoc
pandoc reflex reflex-dom skylighting
Last synced: 16 days ago
JSON representation
Render Pandoc documents in reflex-dom
- Host: GitHub
- URL: https://github.com/srid/reflex-dom-pandoc
- Owner: srid
- Created: 2019-07-11T18:10:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T19:04:45.000Z (over 1 year ago)
- Last Synced: 2023-09-20T11:16:39.518Z (about 1 year ago)
- Topics: pandoc, reflex, reflex-dom, skylighting
- Language: Haskell
- Homepage:
- Size: 87.9 KB
- Stars: 6
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# reflex-dom-pandoc
Render Pandoc documents to HTML using reflex-dom, in your reflex or Obelisk apps.
## Todo
Nearly all parts of the AST are rendered, except the following:
- [ ] Table is rendered only in basic fashion; but its attributes are not handled.
- [ ] `Citation` (Pandoc's `Cite` node)## Hacking
To develop in reflex-dom-pandoc, follow neuron's README: