Modules
HTML sanitization powered by the Rust ammonia crate.
Markdown parsing and rendering powered by the Rust comrak crate.
GitHub and GitLab style alerts / admonitions.
Attributes attached to supported Markdown nodes.
Container block directive.
A block quote marker.
Inline code span.
A code block, fenced or indented.
Description details of a description item.
A description item of a description list.
A description list.
A description term of a description item.
Root of a parsed Comrak Markdown document.
Emphasis.
An escaped character.
Escaped tag.
A footnote definition.
The reference to a footnote.
Document metadata.
A heading, either ATX or setext.
Phoenix LiveView HEEx block-level element.
Phoenix LiveView HEEx inline element.
Highlight (mark) text.
A HTML block.
Raw HTML.
An image.
Inserted text.
A hard line break.
Link to a URL.
A List that contains MDExNative.Comrak.ListItem.
A List Item of a MDExNative.Comrak.List.
Inline math span.
A multiline block quote.
A paragraph that contains nodes.
A Raw output node. This will be inserted verbatim into CommonMark and HTML output. It can only be created programmatically, and is never parsed from input.
Emoji generated from a shortcode.
A soft line break.
Source position information for AST nodes.
Spoilered text.
Strikethrough.
Strong emphasis.
Subscript.
Discord-style subtext.
Superscript.
A table with rows and columns.
A table cell inside a table row.
A table row.
A task item inside a list.
Literal text.
A break between lines.
Underline.
A link in the form of a wiki link.