ahtml/
util.rs

1//! Utilities for HTML contexts
2
3mod autolink;
4pub mod softpre;
5
6pub use autolink::autolink;
7pub use softpre::SoftPre;