| |||||||||||||||||||
| |||||||||||||||||||
Description | |||||||||||||||||||
Conversion of HTML to Pandoc document. | |||||||||||||||||||
Synopsis | |||||||||||||||||||
| |||||||||||||||||||
Documentation | |||||||||||||||||||
readHtml | |||||||||||||||||||
| |||||||||||||||||||
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 |