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 ec0bfd5 commit d571b23Copy full SHA for d571b23
src/highlight.js
@@ -28,6 +28,11 @@ https://highlightjs.org/
28
}
29
30
}(function(hljs) {
31
+
32
+ var warn = console.warn || console.log;
33
+ warn("Verion 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade to version 10.");
34
35
36
// Convenience variables for build-in objects
37
var ArrayProto = [],
38
objectKeys = Object.keys;
0 commit comments