aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/mod.rs
blob: ac93be04f83d2f8fcec1fdfa1fde728d6e01f473 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! 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 identifier;
pub mod infer;
pub mod mdx_collect;
pub mod normalize_identifier;
pub mod sanitize_uri;
pub mod skip;
pub mod slice;
pub mod unicode;