pandoc-0.4: Conversion between markup formatsContentsIndex
Text.Pandoc.Readers.HTML
Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Description
Conversion of HTML to Pandoc document.
Synopsis
readHtml :: ParserState -> String -> Pandoc
extractTagType :: String -> String
Documentation
readHtml
:: ParserStateParser state
-> StringString to parse
-> Pandoc
Convert HTML-formatted string to Pandoc document.
extractTagType :: String -> String
Extract type from a tag: e.g. br from <br>
Produced by Haddock version 0.8