reflex-dom-pandoc-1.0.0.0: Render Pandoc documents to HTML using reflex-dom
Safe HaskellNone
LanguageHaskell2010

Reflex.Dom.Pandoc.Util

Synopsis

Documentation

elPandocAttr Source #

Arguments

:: DomBuilder t m 
=> Text

Element name

-> Attr

Pandoc attribute object. TODO: Use a sensible type.

-> m a

Child widget

-> m a 

renderAttr Source #

Arguments

:: Attr

Pandoc attribute object. TODO: Use a sensible type.

-> Map Text Text 

addClass Source #

Arguments

:: Text

The class to add

-> Attr

Pandoc attribute object. TODO: Use a sensible type.

-> Attr 

plainify :: [Inline] -> Text Source #

Convert Pandoc AST inlines to raw text.