We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b19a0 commit 7ad5840Copy full SHA for 7ad5840
1 file changed
scripts/md2html/md2html.js
@@ -36,7 +36,7 @@ const md = require('markdown-it')({
36
'</code></pre>';
37
}
38
39
- return '<pre class="highlight '+lang+'" tabindex="0"><code>' + md.utils.escapeHtml(str) + '</code></pre>';
+ return '<pre class="nohighlight" tabindex="0"><code>' + md.utils.escapeHtml(str) + '</code></pre>';
40
41
});
42
0 commit comments