wooorm / markdown-rs

CommonMark compliant markdown parser in Rust with ASTs and extensions

Home Page:https://docs.rs/markdown/1.0.0-alpha.17/markdown/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert HTML into Markdown

izyuumi opened this issue · comments

Would it be possible to implement something like markdown::from_html()?

Anything is possible if you spend the time making it.
You need to port:

Thanks!