paste-from-office/filters/parse
module
Interfaces
module:paste-from-office/filters/parse~PasteOfficeHtmlParseResult
Functions
parsePasteOfficeHtml( htmlString, stylesProcessor ) → PasteOfficeHtmlParseResultmodule:paste-from-office/filters/parse~parsePasteOfficeHtmlParses the provided HTML extracting contents of
<body>and<style>tags.Parameters
htmlString : stringHTML string to be parsed.
stylesProcessor : StylesProcessor
Returns