pandoc-0.46: 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
rawHtmlInline
rawHtmlBlock
anyHtmlBlockTag
anyHtmlInlineTag
anyHtmlTag
anyHtmlEndTag
htmlEndTag
extractTagType :: String -> String
htmlBlockElement
Documentation
readHtml
:: ParserStateParser state
-> StringString to parse
-> Pandoc
Convert HTML-formatted string to Pandoc document.
rawHtmlInline
rawHtmlBlock
anyHtmlBlockTag
anyHtmlInlineTag
anyHtmlTag
anyHtmlEndTag
htmlEndTag
extractTagType :: String -> String

Returns True if sanitization is specified and the specified tag is not on the sanitized tag list.

returns True if sanitization is specified and the specified attribute is not on the sanitized attribute list.

Read blocks until end tag.

Read inlines until end tag.

Parse blocks between open and close tag.

Parse inlines between open and close tag.

Extract type from a tag: e.g. br from <br>

htmlBlockElement
Produced by Haddock version 2.4.2