pandoc-1.5.1.1: Conversion between markup formatsSource codeContentsIndex
Text.Pandoc.Readers.RST
Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Description
Conversion from reStructuredText to Pandoc document.
Synopsis
readRST :: ParserState -> String -> Pandoc
Documentation
readRSTSource
:: ParserStateParser state, including options for parser
-> StringString to parse (assuming '\n' line endings)
-> Pandoc
Parse reStructuredText string and return Pandoc document.
Produced by Haddock version 2.6.0