MarkdownHtml
Namespace: TagBites.Text.Markdown
Assembly: TagBites.Text.Markdown.dll
Product: TagBites.Text.Markdown v. 2.2.0
A block of raw HTML, for markup Markdown has no syntax for.
public class MarkdownHtml : TagBites.Text.Markdown.MarkdownElementInheritance: object → MarkdownElement → MarkdownHtml
Remarks
Section titled “Remarks”The content reaches the output unchanged, so it must not be built from untrusted text.
Constructors
Section titled “Constructors”MarkdownHtml(string)
Section titled “MarkdownHtml(string)”A block of raw HTML, for markup Markdown has no syntax for.
public MarkdownHtml(string html)Parameters
Section titled “Parameters”htmlstring
Remarks
Section titled “Remarks”The content reaches the output unchanged, so it must not be built from untrusted text.
Properties
Section titled “Properties”Gets or sets the markup written to the output.
public string Html { get; set; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Resolve(MarkdownRenderer)
Section titled “Resolve(MarkdownRenderer)”Writes the element into renderer.
protected internal virtual void Resolve(MarkdownRenderer renderer)Parameters
Section titled “Parameters”rendererMarkdownRenderer