aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/mod.rs
blob: edc7e145aad2815e968d810fc83a540d0b1d2614 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Utilities used when processing markdown.

pub mod char;
pub mod character_reference;
pub mod constant;
pub mod edit_map;
pub mod encode;
pub mod gfm_tagfilter;
pub mod infer;
pub mod mdx_collect;
pub mod normalize_identifier;
pub mod sanitize_uri;
pub mod skip;
pub mod slice;
pub mod unicode;