erusev / parsedown

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

Double quotation (") in image title breaks parsing the image #360

Open txan2 opened 8 years ago

txan2 commented 8 years ago

The original parser does support escape double quotation at image title.

![Alt text](https://upload.wikimedia.org/wikipedia/commons/c/c1/PHP_Logo.png "PHP \"test\" logo")
garrettmassey commented 8 years ago

Would a temporary solution to this be using single quotes instead?

ajtruckle commented 6 years ago

Single quotes works fine in MantisBT but it would be nice if this issue was addressed.