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.MarkdownContentElementInheritance: object → MarkdownElement → MarkdownContentElement → MarkdownQuote
Remarks
Section titled “Remarks”A quote holds block elements and other quotes, which nest as > >.
Constructors
Section titled “Constructors”MarkdownQuote(MarkdownText)
Section titled “MarkdownQuote(MarkdownText)”A quote, written with the > marker on every line.
public MarkdownQuote(MarkdownText text)Parameters
Section titled “Parameters”textMarkdownText
Remarks
Section titled “Remarks”A quote holds block elements and other quotes, which nest as > >.
MarkdownQuote()
Section titled “MarkdownQuote()”Creates a quote that holds only block elements.
public MarkdownQuote()Properties
Section titled “Properties”Gets or sets the text the quote starts with.
public MarkdownText Text { get; set; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Resolve(MarkdownRenderer)
Section titled “Resolve(MarkdownRenderer)”protected internal virtual void Resolve(MarkdownRenderer renderer)Parameters
Section titled “Parameters”rendererMarkdownRenderer