[go: up one dir, main page]

Module comrak::nodes

source ·
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 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.
  • Represents the position in the source Markdown this node was rendered from.

Enums

Functions

  • Returns true if the given node can contain a node with the given value.

Type Definitions

  • The type of a node within the document.