I must be missing something here: when I try to include jsl script in a discussion post, the CODE tags are removed after clicking "Post" or "PREVIEW", but the PRE tags are left intact. I tried Chrome and Internet Explorer on two different computers, granted both are in the same domain with the same policies.
If I copy and paste this to the html view and click preview:
<pre><code class=" language-jsl">//Some Code print("hello");</code></pre>
it becomes:
<pre>//Some Code print("hello");</pre>
with the error below displayed indicating that invalid HTML was found in the message body.
Any idea how I can rectify this?