You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?