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 19079e2 commit 72603acCopy full SHA for 72603ac
lib/helpers.js
@@ -6,7 +6,7 @@ module.exports = function (hbs) {
6
7
hbs.registerHelper('highlightBlock', function (block) {
8
9
- return hljs.highlightAuto(block).value;
+ return hljs.highlightAuto(block, ['javascript']).value;
10
11
});
12
0 commit comments