I don't want to use server side syntax highlighting, mostly because scheme and lisp are not supported.
How can I add '<pre class="language-' + lang + '"><code>' + code + '</code></pre>' into code blocks instead of p tag when syntax highlighting is disabled?
What / Why
I don't want to use server side syntax highlighting, mostly because scheme and lisp are not supported.
How can I add
'<pre class="language-' + lang + '"><code>' + code + '</code></pre>'
into code blocks instead of p tag when syntax highlighting is disabled?