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:
+
+- Bird
+- McHale
+- Parish
+
+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:
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
diff --git a/test_package/functional/test.md b/test_package/functional/test.md
index bade426..9f85ecb 100644
--- a/test_package/functional/test.md
+++ b/test_package/functional/test.md
@@ -152,6 +152,17 @@ If you instead wrote the list in Markdown like this:
1. McHale
1. Parish
+or even:
+
+3. Bird
+1. McHale
+8. Parish
+
+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:
* Lorem ipsum dolor sit amet, consectetuer adipiscing elit.