Expand description
markdown syntax tree: mdast.
Structs§
- Attribute
Value Expression - Blockquote
- Block quote.
- Break
- Break.
- Code
- Code (flow).
- Definition
- Definition.
- Delete
- GFM: delete.
- Emphasis
- Emphasis.
- Footnote
Definition - GFM: footnote definition.
- Footnote
Reference - GFM: footnote reference.
- Heading
- Heading.
- Html
- Html (flow or phrasing).
- Image
- Image.
- Image
Reference - Image reference.
- Inline
Code - Code (phrasing).
- Inline
Math - Math (phrasing).
- Link
- Link.
- Link
Reference - Link reference.
- List
- List.
- List
Item - List item.
- Math
- Math (flow).
- MdxFlow
Expression - MDX: expression (flow).
- MdxJsx
Attribute - MDX: JSX attribute.
- MdxJsx
Expression Attribute - MDX: JSX expression attribute.
- MdxJsx
Flow Element - MDX: JSX element (container).
- MdxJsx
Text Element - MDX: JSX element (text).
- MdxText
Expression - MDX: expression (text).
- Mdxjs
Esm - MDX: ESM.
- Paragraph
- Paragraph.
- Root
- Document.
- Strong
- Strong.
- Table
- GFM: table.
- Table
Cell - GFM: table cell.
- Table
Row - GFM: table row.
- Text
- Text.
- Thematic
Break - Thematic break.
- Toml
- Frontmatter: toml.
- Yaml
- Frontmatter: yaml.
Enums§
- Align
Kind - GFM: alignment of phrasing content.
- Attribute
Content - MDX: attribute content.
- Attribute
Value - MDX: attribute value.
- Node
- Nodes.
- Reference
Kind - Explicitness of a reference.
Type Aliases§
- Stop
- MDX: relative byte index into a string, to an absolute byte index into the whole document.