Trait Strikethrough
markdown_composer::extensions::github
pub trait Strikethrough { fn strikethrough(&self) -> String; }
fn strikethrough(&self) -> String
impl<T> Strikethrough for T where T: AsRef<str>,