Default DOM to Content Model processors before overriding. This provides a way to call original processor from an overridden processor function
Default format parsers before overriding. This provides a way to call original format parser from an overridden parser function
Map of element processors
Map of format parsers
If true elements that has display:none style will be processed
When set to true, if a container element could be represented by a FormatContainer, always keep the FormatContainer and never fall back to a paragraph, even when it only has a single child. Set this when the intermediate FormatContainer is persisted during DOM to Content Model conversion and is later used during formatting.
Generated using TypeDoc
Represents settings to customize DOM to Content Model conversion