Skip to main content

Module markdown_ast

Module markdown_ast 

Source
Expand description

markdown syntax tree: mdast.

Structs§

AttributeValueExpression
Blockquote
Block quote.
Break
Break.
Code
Code (flow).
Definition
Definition.
Delete
GFM: delete.
Emphasis
Emphasis.
FootnoteDefinition
GFM: footnote definition.
FootnoteReference
GFM: footnote reference.
Heading
Heading.
Html
Html (flow or phrasing).
Image
Image.
ImageReference
Image reference.
InlineCode
Code (phrasing).
InlineMath
Math (phrasing).
Link
Link.
LinkReference
Link reference.
List
List.
ListItem
List item.
Math
Math (flow).
MdxFlowExpression
MDX: expression (flow).
MdxJsxAttribute
MDX: JSX attribute.
MdxJsxExpressionAttribute
MDX: JSX expression attribute.
MdxJsxFlowElement
MDX: JSX element (container).
MdxJsxTextElement
MDX: JSX element (text).
MdxTextExpression
MDX: expression (text).
MdxjsEsm
MDX: ESM.
Paragraph
Paragraph.
Root
Document.
Strong
Strong.
Table
GFM: table.
TableCell
GFM: table cell.
TableRow
GFM: table row.
Text
Text.
ThematicBreak
Thematic break.
Toml
Frontmatter: toml.
Yaml
Frontmatter: yaml.

Enums§

AlignKind
GFM: alignment of phrasing content.
AttributeContent
MDX: attribute content.
AttributeValue
MDX: attribute value.
Node
Nodes.
ReferenceKind
Explicitness of a reference.

Type Aliases§

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