Module markdown::mdast

source ·
Expand description

markdown syntax tree: mdast.

Structs

Block quote.
Break.
Code (flow).
Definition.
GFM: delete.
Emphasis.
GFM: footnote definition.
GFM: footnote reference.
Heading.
Html (flow or phrasing).
Image.
Image reference.
Code (phrasing).
Math (phrasing).
Link.
Link reference.
List.
List item.
Math (flow).
MDX: expression (flow).
MDX: JSX attribute.
MDX: JSX element (container).
MDX: JSX element (text).
MDX: expression (text).
MDX: ESM.
Paragraph.
Document.
Strong.
GFM: table.
GFM: table cell.
GFM: table row.
Text.
Thematic break.
Frontmatter: toml.
Frontmatter: yaml.

Enums

GFM: alignment of phrasing content.
MDX: attribute content.
MDX: attribute value.
Nodes.
Explicitness of a reference.

Type Definitions

MDX: relative byte index into a string, to an absolute byte index into the whole document.