1//! Plugins for enhancing the default implementation of comrak can be defined in this module. 2 3#[cfg(feature = "syntect")] 4#[cfg_attr(docsrs, doc(cfg(feature = "syntect")))] 5pub mod syntect;