vue-prism
vue-prism copied to clipboard
Won't run using <script type="text/plain" class="language-markup">
I tried using the basic prism highlighter using
<pre class="line-numbers language-markup">
<code class="language-markup">
//some html here using < and >
</code>
</pre>
and it works, but when using the script tag like
<script type="text/plain" class="language-markup">
//some html here without using < and >
</script>
it doesn't work as expected. Can you put an example how to achieve that? Thanks!