Contains a markdown document. This markdown document class supports original markdown,...
Contains some basic statistical information about a Markdown document.
int NrCenterAlignedBlocks
Number of center-aligned blocks.
Abstract base class for block elements with children.
Represents a center-aligned set of blocks in a markdown document.
override bool InlineSpanElement
If the element is an inline span element.
CenterAligned(MarkdownDocument Document, IEnumerable< MarkdownElement > Children)
Represents a center-aligned set of blocks in a markdown document.
override Task Render(IRenderer Output)
Renders the element.
override MarkdownElementChildren Create(IEnumerable< MarkdownElement > Children, MarkdownDocument Document)
Creates an object of the same type, and meta-data, as the current object, but with content defined by...
override void IncrementStatistics(MarkdownStatistics Statistics)
Increments the property or properties in Statistics corresponding to the element.
Abstract base class for all markdown elements with a variable number of child elements.
override IEnumerable< MarkdownElement > Children
Any children of the element.
MarkdownDocument Document
Markdown document.
Interface for Markdown renderers.