public HtmlRenderer() { UnrenderableTags = new List <string>(); FootnoteTextTags = new List <string>(); CrossReferenceTags = new List <string>(); ConfigurationHTML = new HTMLConfig(); }
public HtmlRenderer(HTMLConfig config) : this() { ConfigurationHTML = config; }