anchorcms / anchor-cms

A lightweight blog CMS for PHP
http://anchorcms.com/
GNU General Public License v3.0
3.33k stars 573 forks source link

Imgur embed (blockquote + script) breaks Markdown parsing #1191

Open raphaelyancey opened 7 years ago

raphaelyancey commented 7 years ago

Summary

Imgur embed script break further markdown.

Expected Behaviour

Actual Behaviour

<blockquote class="imgur-embed-pub" lang="en" data-id="a/945mA"><a href="//imgur.com/945mA">Sea Pupper hugs his plush toy</a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>

**this** is a [markdown link](https://google.fr)

-> The markdown isn't parsed.

Context details (if applicable)

evansharp commented 6 years ago

Could you update to 0.12.7 to see if the error is still present?