Skip to content
Auto
Products

API Reference v. 2.2.0

Classes
MarkdownCodeA fenced block of code, with an optional language.
MarkdownContentElementAn element that holds other elements.
MarkdownDocumentThe root of a document.
MarkdownElementThe base type of every node of a document.
MarkdownElementExtensionsAppends an element to the element the method is called on.
MarkdownFormatControls how a document is written out.
MarkdownFrontMatterThe metadata of a document, written above the content as a YAML front matter block.
MarkdownHeaderA header, written with the # marker.
MarkdownHtmlA block of raw HTML, for markup Markdown has no syntax for.
MarkdownListA list of items, written with the - marker.
MarkdownListItemA single item of a list, which also holds block elements of its own.
MarkdownParagraphA block of text separated from its neighbours by a blank line.
MarkdownQuoteA quote, written with the > marker on every line.
MarkdownRendererThe output an element writes itself into.
MarkdownSectionA header together with the content that belongs under it.
MarkdownTableA table with a header row, written with the | marker.
MarkdownThematicBreakA horizontal rule between two blocks, written as ---.
Structs
MarkdownTextCarries a piece of content together with its Markdown form.
Interfaces
IMarkdownLinkTargetAn element a link points at, which is a header or the section that owns one.
Enums
MarkdownHeaderAnchorStyleSpecifies how an explicit header anchor is written.
MarkdownOutputKindSpecifies the syntax a document is written in.
MarkdownTableColumnAlignmentSpecifies the horizontal alignment of a table column.