mdka 2.1.0

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