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

Text.Pandoc.Writers.OPML

Description

Conversion of Pandoc documents to OPML XML.

Synopsis

Documentation

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

Convert Pandoc document to string in OPML format.