wooorm / markdown-rs

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

Convert HTML into Markdown #107

Closed izyuumi closed 9 months ago

izyuumi commented 9 months ago

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

wooorm commented 9 months ago

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

izyuumi commented 9 months ago

Thanks!