MarkdownDocument
Namespace: TagBites.Text.Markdown
Assembly: TagBites.Text.Markdown.dll
Product: TagBites.Text.Markdown v. 2.2.0
The root of a document.
public class MarkdownDocument : TagBites.Text.Markdown.MarkdownContentElementInheritance: object → MarkdownElement → MarkdownContentElement → MarkdownDocument
Constructors
Section titled “Constructors”MarkdownDocument()
Section titled “MarkdownDocument()”public MarkdownDocument()Properties
Section titled “Properties”Content
Section titled “Content”Gets the child elements.
public IList<MarkdownElement> Content { get; }Property Value
Section titled “Property Value”FrontMatter
Section titled “FrontMatter”Gets or sets the metadata written above the content as a YAML front matter block.
public MarkdownFrontMatter FrontMatter { get; set; }Property Value
Section titled “Property Value”Remarks
Section titled “Remarks”Default: null, which writes no block. Plain text output leaves the block out.
Methods
Section titled “Methods”Resolve(MarkdownRenderer)
Section titled “Resolve(MarkdownRenderer)”protected internal virtual void Resolve(MarkdownRenderer renderer)Parameters
Section titled “Parameters”rendererMarkdownRenderer