pub type StyleFn = Arc<dyn Fn(&str) -> String>;
Type alias for markdown theme styling functions.
pub struct StyleFn { /* private fields */ }