//! Phase 7: Microformats2 extraction (5-10% adoption)
//!
//! Microformats are a simple way to mark up information in HTML using class names.
//! While they have lower adoption (5-10%), they're important for the IndieWeb community
//! and personal blogs.
pub use extract as extract_hcard;
pub use extract as extract_hentry;
pub use extract as extract_hevent;