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

pub mod decode_character_reference;
pub mod encode;
pub mod link;
pub mod sanitize_uri;
pub mod span;