pandoc-1.9.4: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Safe HaskellSafe-Infered

Text.Pandoc.Writers.Native

Description

Conversion of a Pandoc document to a string representation.

Note: If writerStandalone is False, only the document body is represented; otherwise, the full Pandoc document, including the metadata.

Synopsis

Documentation

writeNative :: WriterOptions -> Pandoc -> StringSource

Prettyprint Pandoc document.