Add dark light for highlight
This commit is contained in:
parent
cde7d8db7f
commit
8845db8993
7 changed files with 1709 additions and 15 deletions
7
public/js/autoload.js
Normal file
7
public/js/autoload.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
function load() {
|
||||
hljs.highlightAll();
|
||||
mermaid.initialize();
|
||||
mermaid.run({ querySelector: ".language-mermaid" });
|
||||
}
|
||||
|
||||
window.onload = load;
|
1646
public/js/mermaid.min.js
vendored
Normal file
1646
public/js/mermaid.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue