load highlightingjs without inline

This commit is contained in:
Wonderfall 2022-07-21 21:44:53 +02:00
parent c672ce9026
commit a889886d18
2 changed files with 7 additions and 4 deletions

View file

@ -105,4 +105,8 @@ function showCodeCopyButtons() {
initializeMenu();
if (params.scrollToTop) scrollToTop();
if (params.themeToggle) themeToggle();
if (params.showCodeCopyButtons) showCodeCopyButtons();
if (params.showCodeCopyButtons) showCodeCopyButtons();
if ('hljs' in window) {
hljs.initHighlightingOnLoad();
}