pandoc-2.16: Conversion between markup formats
CopyrightCopyright (C) 2014-2021 Albert Krewinkel
LicenseGNU GPL, version 2 or above
MaintainerAlbert Krewinkel <tarleb+pandoc@moltkeplatz.de>
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Readers.Org

Description

Conversion of org-mode formatted plain text to Pandoc document.

Synopsis

Documentation

readOrg Source #

Arguments

:: (PandocMonad m, ToSources a) 
=> ReaderOptions

Reader options

-> a 
-> m Pandoc 

Parse org-mode string and return a Pandoc document.