Contains a markdown document. This markdown document class supports original markdown,...
Contains some basic statistical information about a Markdown document.
int NrMailHyperLinks
Number of mail hyperlinks.
int NrHyperLinks
Number of hyperlinks (total).
Abstract base class for all markdown elements.
MarkdownDocument Document
Markdown document.
override bool InlineSpanElement
If the element is an inline span element.
override void IncrementStatistics(MarkdownStatistics Statistics)
Increments the property or properties in Statistics corresponding to the element.
override bool Equals(object obj)
Determines whether the specified object is equal to the current object.
override int GetHashCode()
Serves as the default hash function.
AutomaticLinkMail(MarkdownDocument Document, string EMail)
Inline HTML.
override Task Render(IRenderer Output)
Renders the element.
Interface for Markdown renderers.