Skip to content

Commit 85196d8

Browse files
committed
fix: try fixing latex
1 parent a632d28 commit 85196d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/book.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ command = "mdbook-mermaid"
1515
git-repository-url = "https://github.com/deltadevsde/prism"
1616
default-theme = "ayu"
1717
no-section-label = true
18-
additional-js = ["custom.js", "mermaid.min.js", "mermaid-init.js"]
18+
additional-js = ["custom.js", "mermaid.min.js", "mermaid-init.js", "https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/katex.min.js", "https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/contrib/auto-render.min.js"]
1919
fold.enable = true
2020
fold.level = 0
21+
mathjax-support = false
22+
additional-css = ["https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/katex.min.css"]

0 commit comments

Comments
 (0)