built-in Chroma

This commit is contained in:
Wonderfall
2022-07-24 01:39:42 +02:00
parent ebe7400f54
commit 8411411a67
16 changed files with 153 additions and 1820 deletions

View File

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