summaryrefslogtreecommitdiffstats
path: root/integration/expected/book.toml
diff options
context:
space:
mode:
Diffstat (limited to 'integration/expected/book.toml')
-rw-r--r--integration/expected/book.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/integration/expected/book.toml b/integration/expected/book.toml
index 3e4ea48..1aae74e 100644
--- a/integration/expected/book.toml
+++ b/integration/expected/book.toml
@@ -9,13 +9,18 @@ title = "mdbook-admonish-integration"
[preprocessor.admonish]
command = "mdbook-admonish"
-assets_version = "3.0.1" # do not edit: managed by `mdbook-admonish install`
+assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
after = ["links"]
+[[preprocessor.admonish.custom]]
+directive = "frog"
+icon = "./frog.svg"
+color = "#9004CC"
+
[preprocessor.admonish.renderer.test]
render_mode = "strip"
[output]
[output.html]
-additional-css = ["./mdbook-admonish.css"]
+additional-css = ["./mdbook-admonish.css", "./mdbook-admonish-custom.css"]