Module bard::parser

source ·
Expand description

The bard Markdown parser module.

Here the bard’s Markdown subset is parsed using comrak, tl, and code for parsing of ! extensions.

The API is provided by the Parser type, it’s parse() method is the entry point.

Modules

  • A parser for HTML fragments embdedded in MD based on html5ever.

Structs

Enums

Traits