pandoc-2.17.0.1: Conversion between markup formats
CopyrightCopyright (C) 2006-2022 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Pandoc.Writers.Native

Description

Conversion of a Pandoc document to a string representation.

Synopsis

Documentation

writeNative :: PandocMonad m => WriterOptions -> Pandoc -> m Text Source #

Prettyprint Pandoc document.