I have defined my custom icons, but those are not properly reflected when I am in pdf/print view, is there a way to resolve this issue?
here book.toml config
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
on_failure = "bail"
[preprocessor.admonish.default]
collapsible = false
[[preprocessor.admonish.custom]]
directive = "history"
icon = "./icons/history.svg"
color = "#ff9800"
