pandocSource codeContentsIndex
Text.Pandoc.Readers.Markdown
Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Description
Conversion of markdown-formatted plain text to Pandoc document.
Synopsis
readMarkdown :: ParserState -> String -> Pandoc
Documentation
readMarkdownSource
:: ParserStateParser state, including options for parser
-> StringString to parse (assuming '\n' line endings)
-> Pandoc
Read markdown from an input string and return a Pandoc document.
Produced by Haddock version 2.4.2