Contains a markdown document. This markdown document class supports original markdown,...
Represents an atom of editable text (i.e. typed character).
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.
Atom(MarkdownDocument Document, IEditableText Source, char Character)
Represents an atom of editable text (i.e. typed character).
override bool Equals(object obj)
Determines whether the specified object is equal to the current object.
Abstract base class for all markdown elements.
MarkdownDocument Document
Markdown document.
Interface for elements containing editable text.
Interface for Markdown renderers.