Contains a markdown document. This markdown document class supports original markdown,...
Contains some basic statistical information about a Markdown document.
Represents a character in inline code.
Abstract base class for all markdown elements.
MarkdownDocument Document
Markdown document.
override void IncrementStatistics(MarkdownStatistics Statistics)
Increments the property or properties in Statistics corresponding to the element.
IEnumerable< Atom > Atomize()
Return an enumeration of the editable code as atoms.
override bool InlineSpanElement
If the element is an inline span element.
InlineCode(MarkdownDocument Document, string Code)
Inline source code.
override Task Render(IRenderer Output)
Renders 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.
MarkdownElement Assemble(MarkdownDocument Document, string Text)
Assembles a markdown element from a sequence of atoms.
Interface for elements containing editable text.
Interface for Markdown renderers.