wooorm / markdown-rs

CommonMark compliant markdown parser in Rust with ASTs and extensions
https://docs.rs/markdown/1.0.0-alpha.18/markdown/
MIT License
836 stars 41 forks source link

Convert HTML into Markdown #107

Closed izyuumi closed 4 months ago

izyuumi commented 4 months ago

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

wooorm commented 4 months ago

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

izyuumi commented 4 months ago

Thanks!