| 12345678910111213141516171819202122232425262728293031 |
- [book]
- authors = ["DarkFi"]
- language = "en"
- src = "src"
- title = "The DarkFi Book"
- description = "DarkFi mdbook"
- text-direction = "ltr"
- [output.html]
- default-theme = "ayu"
- preferred-dark-theme = "ayu"
- #theme = "theme"
- additional-css = ["theme/tabs.css"]
- additional-js = ["theme/mermaid.min.js", "theme/mermaid-init.js", "theme/zkas-highlight.js", "theme/tabs.js"]
- [output.html.playground]
- runnable = false
- [preprocessor.tabs]
- [preprocessor.katex]
- macros = "latex-macros.txt"
- after = ["links"]
- [preprocessor.toc]
- command = "mdbook-toc"
- renderer = ["html"]
- [preprocessor.mermaid]
- command = "mdbook-mermaid"
|