diff --git a/tests/commonmark/226-List_items.html b/tests/commonmark/226-List_items.html new file mode 100644 index 0000000..c99bffc --- /dev/null +++ b/tests/commonmark/226-List_items.html @@ -0,0 +1,3 @@ +
    +
  1. ok
  2. +
\ No newline at end of file diff --git a/tests/commonmark/226-List_items.md b/tests/commonmark/226-List_items.md new file mode 100644 index 0000000..95f7fa4 --- /dev/null +++ b/tests/commonmark/226-List_items.md @@ -0,0 +1 @@ +123456789. ok \ No newline at end of file diff --git a/tests/commonmark/228-List_items.html b/tests/commonmark/228-List_items.html new file mode 100644 index 0000000..f474645 --- /dev/null +++ b/tests/commonmark/228-List_items.html @@ -0,0 +1,3 @@ +
    +
  1. ok
  2. +
\ No newline at end of file diff --git a/tests/commonmark/228-List_items.md b/tests/commonmark/228-List_items.md new file mode 100644 index 0000000..e33ab62 --- /dev/null +++ b/tests/commonmark/228-List_items.md @@ -0,0 +1 @@ +0. ok \ No newline at end of file diff --git a/tests/commonmark/260-List_items.html b/tests/commonmark/260-List_items.html new file mode 100644 index 0000000..9acd4d0 --- /dev/null +++ b/tests/commonmark/260-List_items.html @@ -0,0 +1,11 @@ +
    +
  1. + +
  2. +
\ No newline at end of file diff --git a/tests/commonmark/260-List_items.md b/tests/commonmark/260-List_items.md new file mode 100644 index 0000000..1671802 --- /dev/null +++ b/tests/commonmark/260-List_items.md @@ -0,0 +1 @@ +1. - 2. foo \ No newline at end of file