Hi,
Today we discovered that TinyMCE and the syntax highlighting plugin (https://moodle.org/plugins/filter_syntaxhighlighter) don't seem to get along very well. The TinyMCE has a feature to insert code via the menu Insert -> Code sample. This creates something like:
<pre class="language-markup"><code>my code here</code></pre>
The syntax highlighting plugin uses something like:
<pre><code class="lang-html">my code here</code></pre>
There is no chance to change the HTML syntax via the source code because the Tiny filters the class attribute in the code tag. How do you use TinyMCE with syntax highlighting?
Best regards, Stephan