//! Utilities used when compiling markdown. pub mod decode_character_reference; pub mod encode; pub mod link; pub mod sanitize_uri; pub mod span;