aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/mod.rs
blob: 68ef2758f0e0d7f6e7834ef9c1f39981959e453e (plain) (blame)
1
2
3
4
5
6
7
8
//! Utilities used when compiling markdown.

pub mod decode_character_reference;
pub mod edit_map;
pub mod encode;
pub mod normalize_identifier;
pub mod sanitize_uri;
pub mod span;