reflex-dom-pandoc-0.4.0.0: README.md
# 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: <https://github.com/srid/neuron/blob/master/CONTRIBUTING.md#hacking-on-pandocs-html-layout>