Skip to main content

Module ast

Module ast 

Source
Expand description

AST node and document types. AST node definitions consumed by parser, renderer, and intelligence layers.

Structs§

Document
Root parsed Markdown document.
Node
Generic AST node.
ReferenceMap
Map of normalized link reference labels to (url, optional_title).

Enums§

AdmonitionKind
GitHub-style admonitions / alerts (GFM extension).
AdmonitionStyle
Rendering style for admonitions.
NodeKind
All supported block and inline AST node kinds.
TableAlignment
Table column alignment (GFM tables extension).