MarkdownParagraph
Namespace: TagBites.Text.Markdown
Assembly: TagBites.Text.Markdown.dll
Product: TagBites.Text.Markdown v. 2.2.0
A block of text separated from its neighbours by a blank line.
public class MarkdownParagraph : TagBites.Text.Markdown.MarkdownElementInheritance: object → MarkdownElement → MarkdownParagraph
Constructors
Section titled “Constructors”MarkdownParagraph(MarkdownText)
Section titled “MarkdownParagraph(MarkdownText)”A block of text separated from its neighbours by a blank line.
public MarkdownParagraph(MarkdownText text)Parameters
Section titled “Parameters”textMarkdownText
Properties
Section titled “Properties”Gets or sets the content of the paragraph.
public MarkdownText Text { 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