Skip to content
Auto
Products

MarkdownQuote

Namespace: TagBites.Text.Markdown
Assembly: TagBites.Text.Markdown.dll
Product: TagBites.Text.Markdown v. 2.2.0

A quote, written with the > marker on every line.

public class MarkdownQuote : TagBites.Text.Markdown.MarkdownContentElement

Inheritance: objectMarkdownElementMarkdownContentElement → MarkdownQuote

A quote holds block elements and other quotes, which nest as > >.

A quote, written with the > marker on every line.

public MarkdownQuote(MarkdownText text)

A quote holds block elements and other quotes, which nest as > >.

Creates a quote that holds only block elements.

public MarkdownQuote()

Gets or sets the text the quote starts with.

public MarkdownText Text { get; set; }

MarkdownText

protected internal virtual void Resolve(MarkdownRenderer renderer)