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