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 fdfb975 commit ab49480Copy full SHA for ab49480
index.js
@@ -17,7 +17,7 @@ function normalize(lang) {
17
}
18
19
function highlight(lang, code) {
20
- if(!lang) return hljs.highlightAuto(code);
+ if(!lang) return code;
21
22
// Normalize lang
23
lang = normalize(lang);
0 commit comments