summaryrefslogtreecommitdiffstats
path: root/integration/book.toml
blob: 3e4ea48528f5e9f22d8833784a51a7828f43e13b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[book]
authors = ["Tom Milligan"]
language = "en"
multilingual = false
src = "src"
title = "mdbook-admonish-integration"

[preprocessor]

[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.1" # do not edit: managed by `mdbook-admonish install`
after = ["links"]

[preprocessor.admonish.renderer.test]
render_mode = "strip"

[output]

[output.html]
additional-css = ["./mdbook-admonish.css"]