summaryrefslogtreecommitdiffstats
path: root/vendor/pulldown-cmark/tests/suite/mod.rs
blob: 3afa3ba83ec5b07e3b9c89b247a1c4569792dc58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// This file is auto-generated by the build script
// Please, do not modify it manually

pub use super::test_markdown_html;

mod footnotes;
mod gfm_strikethrough;
mod gfm_table;
mod gfm_tasklist;
mod heading_attrs;
mod regression;
mod smart_punct;
mod spec;
mod table;