erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.69k stars 1.12k forks source link

Fix html entities double encoding in html attributes #783

Open Cerdic opened 3 years ago

Cerdic commented 3 years ago

This patch fix the fact that unbreakable space entity   is double encoded &  in image alt attributes, which is not nice

Provided test and fix