mdka 1.6.9

HTML to Markdown converter
Documentation
1
2
3
4
5
6
/// span, b/strong, i/em
pub enum InlineStyle {
    Regular,
    Bold,
    Italic,
}