Default HTML renderer for a Markdown MarkdownDocument object.
public class HtmlRenderer : TextRendererBase<HtmlRenderer>, IMarkdownRenderer
kind:method, kind:property, kind:ctor. Press Esc to clear.HtmlRenderer(TextWriter)Initializes a new instance of the HtmlRenderer class.BaseUrlGets a value to use as the base url for all relative linksEnableHtmlEscapeGets or sets the enable html escape.EnableHtmlForBlockGets or sets a value indicating whether to output HTML tags when rendering. See remarks.EnableHtmlForInlineGets or sets a value indicating whether to output HTML tags when rendering. See remarks.ImplicitParagraphGets or sets a value indicating whether to use implicit paragraph (optional <p>)LinkRewriterAllows links to be rewrittenUseNonAsciiNoEscapeGets or sets the use non ascii no escape.WriteAttributes(HtmlAttributes?, Func<String, String>?)Writes the specified HtmlAttributes.WriteAttributes(MarkdownObject)Writes the attached HtmlAttributes on the specified MarkdownObject.WriteEscape(StringSlice, Boolean)Writes the content escaped for HTML.WriteEscape(ref StringSlice, Boolean)Writes the content escaped for HTML.WriteEscape(ReadOnlySpan<Char>, Boolean)Writes the content escaped for HTML.WriteEscape(String, Int32, Int32, Boolean)Writes the content escaped for HTML.WriteEscape(String?)Writes the content escaped for HTML.WriteEscapeUrl(String?)Writes the URL escaped for HTML.WriteLeafRawLines(LeafBlock, Boolean, Boolean, Boolean)Writes the lines of a LeafBlock