We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99df8e9 commit 3b07626Copy full SHA for 3b07626
scripts/md2html/md2html.js
@@ -36,6 +36,7 @@ const md = require('markdown-it')({
36
'</code></pre>';
37
}
38
39
+ if (lang) console.warn('highlight.js does not support language',lang);
40
return '<pre class="nohighlight" tabindex="0"><code>' + md.utils.escapeHtml(str) + '</code></pre>';
41
42
});
0 commit comments