Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: