Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd571b23

Browse files
committed
add warning
1 parentec0bfd5 commitd571b23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/highlight.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ https://highlightjs.org/
2828
}
2929

3030
}(function(hljs){
31+
32+
varwarn=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+
3136
// Convenience variables for build-in objects
3237
varArrayProto=[],
3338
objectKeys=Object.keys;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp