Make the nested lists test more interesting

master
Kaushal Modi 8 years ago
parent 422a80ce94
commit 4fbcb88143
  1. 28
      test/site/content-org/all-posts.org
  2. 28
      test/site/content/posts/nested-lists.md

@ -3052,16 +3052,24 @@ element than the /bar*/ items.
:EXPORT_FILE_NAME: nested-lists
:EXPORT_DATE: 2017-07-31
:END:
+ foo1
+ foo2
- bar1
- bar2
+ baz1
+ baz2
- zoo1
- zoo2
1. numbered1
2. numbered2
+ L1 -- foo1
+ L1 -- foo2
- L2 -- bar1
- L2 -- bar2
+ L3 -- baz1
+ L3 -- baz2
- L4 -- zoo1
- L4 -- zoo2
1. L5 -- numbered1
2. L5 -- numbered2
- L4 -- zoo1
- L4 -- zoo2
+ L3 -- baz1
+ L3 -- baz2
- L2 -- bar1
- L2 -- bar2
+ L1 -- foo1
+ L1 -- foo2
*** Unordered list inside descriptive list
- bar1 :: description for bar1
- foo1

@ -6,16 +6,24 @@ categories = ["upstream"]
draft = false
+++
- foo1
- foo2
- bar1
- bar2
- baz1
- baz2
- zoo1
- zoo2
1. numbered1
2. numbered2
- L1 -- foo1
- L1 -- foo2
- L2 -- bar1
- L2 -- bar2
- L3 -- baz1
- L3 -- baz2
- L4 -- zoo1
- L4 -- zoo2
1. L5 -- numbered1
2. L5 -- numbered2
- L4 -- zoo1
- L4 -- zoo2
- L3 -- baz1
- L3 -- baz2
- L2 -- bar1
- L2 -- bar2
- L1 -- foo1
- L1 -- foo2
## Unordered list inside descriptive list {#unordered-list-inside-descriptive-list}

Loading…
Cancel
Save