satteri-pulldown-cmark 0.2.3

A fork of the pulldown-cmark crate with MDX extensions, used in the satteri project.
Documentation
// This file is auto-generated by the build script
// Please, do not modify it manually

pub use super::test_markdown_html;

mod blockquotes_tags;
mod container_extensions;
mod definition_lists;
mod footnotes;
mod gfm_strikethrough;
mod gfm_table;
mod gfm_tasklist;
mod heading_attrs;
mod math;
mod metadata_blocks;
mod old_footnotes;
mod regression;
mod smart_punct;
mod spec;
mod strikethrough;
mod super_sub;
mod table;
mod wikilinks;