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

Text.Pandoc.Readers.OPML

Description

Conversion of OPML to Pandoc document.

Documentation

readOPML :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc Source #