Contains a markdown document. This markdown document class supports original markdown,...
Contains some basic statistical information about a Markdown document.
int NrHorizontalRules
Number of horizontal rules.
Abstract base class for block elements.
override bool SameMetaData(MarkdownElement E)
If the current object has same meta-data as E (but not necessarily same content).
override bool InlineSpanElement
If the element is an inline span element.
override Task Render(IRenderer Output)
Renders the element.
override int GetHashCode()
Serves as the default hash function.
override void IncrementStatistics(MarkdownStatistics Statistics)
Increments the property or properties in Statistics corresponding to the element.
string Row
Original Row generating the horizontal rule.
override bool Equals(object obj)
Determines whether the specified object is equal to the current object.
HorizontalRule(MarkdownDocument Document, string Row)
Horizontal rule
Abstract base class for all markdown elements.
MarkdownDocument Document
Markdown document.
Interface for Markdown renderers.