- nodeCloseMode
NodeCloseMode nodeCloseMode(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
- preserveWhitespace
bool preserveWhitespace(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
Configuration for strict parsing of HTML5. All void tags must never be closed, and all non-void tags must always be explicitly closed. Attributes must still be quoted like in XML.