update highlightjs

This commit is contained in:
Wonderfall 2022-07-21 22:02:02 +02:00
parent a889886d18
commit 212b11ad3a
2 changed files with 1612 additions and 1 deletions

1611
assets/js/highlight.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -108,5 +108,5 @@ if (params.themeToggle) themeToggle();
if (params.showCodeCopyButtons) showCodeCopyButtons();
if ('hljs' in window) {
hljs.initHighlightingOnLoad();
hljs.highlightAll();
}