Add test for an ordered list following an ordered list

master
Kaushal Modi 8 years ago
parent 17560ce15b
commit 422a80ce94
  1. 7
      test/site/content-org/all-posts.org
  2. 11
      test/site/content/posts/list-following-a-list.md

@ -3033,6 +3033,13 @@ element than the /bar*/ items.
1. bar5
2. bar6
*** Ordered list following an ordered list
1. foo1
2. foo2
1. bar1
2. bar2
*** Description list following an ordered list
- foo1
- foo2

@ -51,6 +51,17 @@ element than the _bar\*_ items.
2. bar6
## Ordered list following an ordered list {#ordered-list-following-an-ordered-list}
1. foo1
2. foo2
<!--listend-->
1. bar1
2. bar2
## Description list following an ordered list {#description-list-following-an-ordered-list}
- foo1

Loading…
Cancel
Save