diff --git a/test_package/functional/result.xml b/test_package/functional/result.xml index ded83c6..4978a28 100644 --- a/test_package/functional/result.xml +++ b/test_package/functional/result.xml @@ -139,6 +139,16 @@ Markdown produces from the above list is:

  • McHale
  • Parish
  • +

    or even:

    +
      +
    1. Bird
    2. +
    3. McHale
    4. +
    5. Parish
    6. +
    +

    you'd get the exact same HTML output. The point is, if you want to, +you can use ordinal numbers in your ordered Markdown lists, so that +the numbers in your source match the numbers in your published HTML. +But if you want to be lazy, you don't have to.

    To make lists look nice, you can wrap items with hanging indents: