mdka 2.0.2

HTML to Markdown converter
Documentation
1
2
3
4
/// HTML を既定モードで Markdown に変換するテスト用ヘルパー。
pub fn conv(html: &str) -> String {
    mdka::html_to_markdown(html)
}