Then i was waiting for this new updated element i was thinking about: it would be nice if it will disable any dynamic content inside of it. Trying to wrap inside of it something like this:
<pre><code><script type="text/javascript" src="https://cdnjs.cloudflare.com/something.min.js"></script></code></pre>
will initiate script loading… (and inside cornerstone it will becomes invivsible). To resolve a problem i need to paste script inside of it like this:
<pre><code class="language-html"><script type="text/javascript" src="https://cdnjs.cloudflare.com/something.min.js"></script></code></pre>
It would be nice if scripts will not work inside raw content (as it works on this forum). So if script wrapped inside of < pre > - it will be visible at cornerstone as text and will not loads itself. Right now if script is wrapped in < pre > < code > even if it is inside of new raw content element it’s trying to load itself.
Sorry for my language.