izyuumi / html2md-rs

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

Parser fails when there is `=` in the value of an attribute. #19

Closed izyuumi closed 5 months ago

izyuumi commented 5 months ago

As @getreu mentioned, when there is any = in the value of an attribute, the parser returns error MalformedAttribtue.