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