Module comrak::nodes

source ·
Expand description

The CommonMark AST.

Structs

A single node in the CommonMark AST.
The metadata and data of a code block (fenced or indented).
The metadata of a description list
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.

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.

Type Definitions

The type of a node within the document.