Copyright | Copyright (C) 2014-2024 Albert Krewinkel |
---|---|
License | GNU GPL, version 2 or above |
Maintainer | Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Conversion of org-mode formatted plain text to Pandoc
document.
Synopsis
- readOrg :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc
Documentation
:: (PandocMonad m, ToSources a) | |
=> ReaderOptions | Reader options |
-> a | |
-> m Pandoc |
Parse org-mode string and return a Pandoc document.