izyuumi / html2md-rs

HTML to Markdown Parser in Rust
https://crates.io/crates/html2md-rs
MIT License
10 stars 1 forks source link

feat: support for br tag #11

Closed izyuumi closed 5 months ago

izyuumi commented 6 months ago

There is currently no support for <br />, which causes the UnknownNodeType error to be returned from the parser.