Skip to content

Commit

Permalink
add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Nov 18, 2020
1 parent ec0bfd5 commit d571b23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ https://highlightjs.org/
}

}(function(hljs) {

var warn = console.warn || console.log;
warn("Verion 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade to version 10.");


// Convenience variables for build-in objects
var ArrayProto = [],
objectKeys = Object.keys;
Expand Down

0 comments on commit d571b23

Please sign in to comment.