1//! This provide provides certain markdown feature extensions to the crate that 2//! can be enabled through crate features. 3 4#[cfg(feature = "extension-github")] 5pub mod github;