Expand description
The CommonMark AST.
Structs
- A single node in the CommonMark AST.
- Represents the 1-based line and column positions of a given character.
- An inline code span.
- The metadata and data of a code block (fenced or indented).
- The metadata of a description list
- The metadata of a footnote definition.
- The metadata of a footnote reference.
- The metadata of a heading.
- The metadata of an included HTML block.
- The details of a link’s destination, or an image’s source.
- The metadata of a list; the kind of list, the delimiter used and so on.
- The metadata of a table
- Represents the position in the source Markdown this node was rendered from.
Enums
- The delimiter for ordered lists, i.e. the character which appears after each number.
- The type of list.
- The core AST node enum.
- Alignment of a single table cell.
Functions
- Returns true if the given node can contain a node with the given value.
Type Aliases
- The type of a node within the document.