mdbook/tests/testsuite/markdown
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 Add support for admonitions 2025-09-18 19:54:20 -07:00
basic_markdown Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
custom_header_attributes Add more comprehensive tests for HTML rendering 2025-09-16 14:07:54 -07:00
definition_lists Add support for definition lists 2025-09-17 16:44:45 -07:00
footnotes Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
smart_punctuation/src Add more comprehensive tests for HTML rendering 2025-09-16 14:07:54 -07:00
strikethrough/src Migrate markdown_options to BookTest 2025-04-22 20:50:20 -07:00
tables/src Add more comprehensive tests for HTML rendering 2025-09-16 14:07:54 -07:00
tasklists/src Migrate markdown_options to BookTest 2025-04-22 20:50:20 -07:00