Skip to content
Auto
Products

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.MarkdownElement

Inheritance: objectMarkdownElement → MarkdownHtml

The content reaches the output unchanged, so it must not be built from untrusted text.

A block of raw HTML, for markup Markdown has no syntax for.

public MarkdownHtml(string html)

The content reaches the output unchanged, so it must not be built from untrusted text.

Gets or sets the markup written to the output.

public string Html { get; set; }

string

Writes the element into renderer.

protected internal virtual void Resolve(MarkdownRenderer renderer)