pub type MarkdownStripper = Rc<dyn Fn(&str) -> String>;
pub struct MarkdownStripper { /* private fields */ }