| 12345678910111213141516171819202122232425262728 |
- [book]
- authors = ["DarkFi"]
- language = "en"
- multilingual = false
- src = "src"
- title = "The DarkFi Book"
- [output.html]
- copy-fonts = true
- default-theme = "ayu"
- preferred-dark-theme = "ayu"
- theme = "theme"
- additional-js = ["mermaid.min.js", "mermaid-init.js"]
- [output.html.playground]
- runnable = false
- [output.katex]
- [preprocessor.katex]
- [preprocessor.toc]
- command = "mdbook-toc"
- renderer = ["html"]
- [preprocessor.mermaid]
- command = "mdbook-mermaid"
|