Alir3z4 / html2text

Convert HTML to Markdown-formatted text.
alir3z4.github.io/html2text/
GNU General Public License v3.0
1.74k stars 266 forks source link

Link titles break with encoded quote #390

Open xPMo opened 1 year ago

xPMo commented 1 year ago
$ printf '<a title="&quot;" href="/">foo</a>' | html2text
[foo](/ """)

[foo](/ """) → [foo](/ """) [foo](/ "\"") → [foo](/ "\"")