mdbook/tests/testsuite/markdown
cobyfrombrooklyn-bot 6d0ba2ac14 Fix nested admonitions using wrong header color
Use child combinator (>) instead of descendant selector for
blockquote-tag-title color rules. Without this, a nested admonition
inherits the title color of its parent admonition instead of using
its own type's color.

Added nested admonition test case (important > note) to the existing
admonition test suite.

Fixes #3032
2026-02-22 20:44:05 -05:00
..
admonitions Fix nested admonitions using wrong header color 2026-02-22 20:44:05 -05:00
basic_markdown Don't modify headers or dt if the tag is manually written HTML 2025-10-30 11:47:43 -07:00
custom_header_attributes Add more comprehensive tests for HTML rendering 2025-09-16 14:07:54 -07:00
definition_lists Don't modify headers or dt if the tag is manually written HTML 2025-10-30 11:47:43 -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