Skip to main content

Module ast

Module ast 

Source

Modules§

jsx
node

Structs§

Blockquote
BreakNode
CodeBlock
Document
Export
FootnoteDef
GFM footnote definition ([^id]: body). The body is an inline subtree; renderers number the definition globally on output.
FootnoteRef
GFM footnote reference ([^id]).
Frontmatter
Heading
HorizontalRule
Html
Raw HTML block (CommonMark 4.6). Lexer classifies the type via HtmlBlockKind; the parser captures the body verbatim and the renderer emits it untouched per CM rules.
Image
Import
Inline
InlineCode
JsxAttr
JsxElement
JsxExpression
JsxFragment
JsxSelfClosing
Link
List
ListItem
Paragraph
Table
TableCell
TableRow
TaskListItem
Text

Enums§

JsxAttrValue
Node
TableAlign

Functions§

default_span
Default Span for serde deserialization (duck_diagnostic::Span is not Serialize/Deserialize).