mdbook/crates/mdbook-html/src/html
Eric Huss 873e4fe40f Add support for admonitions
This enables the admonitions support from pulldown-cmark. This includes
a config option in case it causes problems with existing books.

I would like to make this extensible in the future, though I'm not sure
what that would look like. There's also some concerns with how this will
affect translations like mdbook-i18n-helpers, which we may need to work
out in a different way.

Closes https://github.com/rust-lang/mdBook/issues/2771
2025-09-18 19:54:20 -07:00
..
admonitions.rs Add support for admonitions 2025-09-18 19:54:20 -07:00
hide_lines.rs Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
mod.rs Add support for admonitions 2025-09-18 19:54:20 -07:00
print.rs Fix ID collisions when the numeric suffix gets used 2025-09-17 14:36:16 -07:00
serialize.rs Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
tests.rs Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
tokenizer.rs Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
tree.rs Add support for admonitions 2025-09-18 19:54:20 -07:00