mdbook/tests/testsuite/markdown/basic_markdown/src/lists.md
Eric Huss 03443f723c Add more comprehensive tests for HTML rendering
This adds a bunch of tests to better exercise the HTML rendering and to
be able to track any changes in its behavior.

This includes a new `check_all_main_files` to more conveniently check
the HTML content of every chapter in a book.
2025-09-16 14:07:54 -07:00

265 B

Lists

  1. A
  2. Normal
  3. Ordered
  4. List

  1. A
    1. Nested
    2. List
  2. But
  3. Still
  4. Normal

  1. Start list
  2. with a different number.

  • An
  • Unordered
  • Normal
  • List

  • Nested
    • Unordered
  • List

  • This
    1. Is
    2. Normal
  • ?!