Portability | portable |
---|---|
Stability | alpha |
Maintainer | John MacFarlane <jgm@berkeley.edu> |
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.
- writeNative :: WriterOptions -> Pandoc -> String
Documentation
writeNative :: WriterOptions -> Pandoc -> StringSource
Prettyprint Pandoc document.