|
Text.Pandoc.Readers.Markdown | Portability | portable | Stability | alpha | Maintainer | John MacFarlane <jgm@berkeley.edu> |
|
|
|
Description |
Conversion of markdown-formatted plain text to Pandoc document.
|
|
Synopsis |
|
|
|
Documentation |
|
readMarkdown |
:: ParserState | Parser state, including options for parser
| -> String | String to parse (assuming '\n' line endings)
| -> Pandoc | | Read markdown from an input string and return a Pandoc document.
|
|
|
Produced by Haddock version 2.6.0 |