reflex-dom-pandoc: Render Pandoc documents to HTML using reflex-dom

[ bsd3, library, unclassified ] [ Propose Tags ]
Versions [RSS] 0.2.0.0, 0.4.0.0, 0.6.0.0, 1.0.0.0
Change log CHANGELOG.md
Dependencies aeson, base (>=4.7 && <5), binary, bytestring, clay, constraints, containers, data-default, lens, lens-aeson, modern-uri, mtl, pandoc-types (>=0.21), ref-tf, reflex, reflex-dom-core, safe, skylighting (>=0.9), text, time [details]
License BSD-3-Clause
Copyright 2019 Sridhar Ratnakumar
Author Sridhar Ratnakumar
Maintainer srid@srid.ca
Home page https://github.com/srid/reflex-dom-pandoc#readme
Bug tracker https://github.com/srid/reflex-dom-pandoc/issues
Source repo head: git clone https://github.com/srid/reflex-dom-pandoc
Uploaded by sridca at 2020-10-08T16:18:41Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 648 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-10-08 [all 1 reports]

Readme for reflex-dom-pandoc-0.6.0.0

[back to package description]

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