mirror of
https://github.com/tommilligan/mdbook-admonish.git
synced 2025-12-27 10:01:43 -05:00
27 lines
537 B
TOML
27 lines
537 B
TOML
[book]
|
|
authors = ["Tom Milligan"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "mdbook-admonish-integration"
|
|
|
|
[preprocessor]
|
|
|
|
[preprocessor.admonish]
|
|
command = "mdbook-admonish"
|
|
assets_version = "3.1.0" # 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", "./mdbook-admonish-custom.css"]
|