Version 1
[yaffs-website] / vendor / cebe / markdown / tests / github-data / github-code-in-numbered-list.md
diff --git a/vendor/cebe/markdown/tests/github-data/github-code-in-numbered-list.md b/vendor/cebe/markdown/tests/github-data/github-code-in-numbered-list.md
new file mode 100644 (file)
index 0000000..880ff47
--- /dev/null
@@ -0,0 +1,14 @@
+1. Item one.
+2. Item two with some code:
+
+   ```
+   code one
+   ```
+
+3. Item three with code:
+
+   ```
+   code two
+   ```
+
+Paragraph.
\ No newline at end of file