filearts / plunker

Plnkr.co front-end and backend
MIT License
598 stars 119 forks source link

Embed view saving as html entities #139

Closed magnumjs closed 6 years ago

magnumjs commented 6 years ago

How to reproduce:

Go to any plunker at the homepage: https://plnkr.co/

Click the embed view link: https://embed.plnkr.co/9TvHuv/

All files with these characters < > now have their HTML entities &lt; &gt; even if you click back to the editor view.

https://plnkr.co/edit/9TvHuv?p=info

If you are the owner of that PLUNK it will also automatically save it that way.

ggoodman commented 6 years ago

Thanks for reporting. This issue is now fixed in production.

erwanv commented 6 years ago

It fixes the HTML problem indeed but another issue seems to be remaining, see: https://github.com/filearts/plunker/issues/140

Thank you for your awesome work!