Skip to main content

Module parser

Module parser 

Source

Structs§

CodeBlockMetadata

Enums§

CodeBlockKind
MarkdownEvent
A static-lifetime equivalent of pulldown_cmark::Event so we can cache the parse result for rendering without resorting to unsafe lifetime coercion.
MarkdownTag
Tags for elements that can contain other elements.
MarkdownTagEnd
The end of a Tag.

Constants§

PARSE_OPTIONS

Functions§

parse_links_only