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 bf0b0da commit a9f7d01Copy full SHA for a9f7d01
prettify.js
@@ -1,6 +1,6 @@
1
require("./prettify.less");
2
3
-require("prismjs");
+var Prism = require("prismjs");
4
require("prismjs/plugins/line-numbers/prism-line-numbers.js");
5
require("prismjs/plugins/previewers/prism-previewers.js");
6
require("prismjs/plugins/command-line/prism-command-line.js");
@@ -44,4 +44,6 @@ module.exports = function(){
44
}
45
46
47
+
48
+ Prism.highlightAll();
49
0 commit comments