pandoc-3.0.1: Conversion between markup formats
CopyrightCopyright (C) 2014-2023 Albert Krewinkel
LicenseGNU GPL, version 2 or above
MaintainerAlbert Krewinkel <tarleb+pandoc@moltkeplatz.de>
Safe HaskellSafe-Inferred
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.