Skip to main content

Crate dmc_parser

Crate dmc_parser 

Source
Expand description

User-facing walkthrough: ../../dmc-docs/dmc-parser/ Run cargo doc --open -p dmc-parser for the inline rustdoc.

Re-exports§

pub use parser::ParseOptions;
pub use parser::Parser;
pub use parser::parse;
pub use parser::parse_inline_str;
pub use parser::parse_with;
pub use slugger::Slugger;
pub use slugger::github_slugify;

Modules§

ast
parser
refs
Link- and footnote-reference tables. CM 4.7 + 6.3 + GFM footnotes require a two-pass parse: first walk the token stream to harvest all definitions, then resolve [label] / [text][label] / [label][] references against the table during the main parse.
slugger
GitHub-style heading-anchor slug generator.