From 4fbcb8814329fbf5550ac32bd93291f6f30d1c8c Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Fri, 18 May 2018 16:11:44 -0400 Subject: [PATCH] Make the nested lists test more interesting --- test/site/content-org/all-posts.org | 28 ++++++++++++++++--------- test/site/content/posts/nested-lists.md | 28 ++++++++++++++++--------- 2 files changed, 36 insertions(+), 20 deletions(-) diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org index 44a0970..a62cea5 100644 --- a/test/site/content-org/all-posts.org +++ b/test/site/content-org/all-posts.org @@ -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 diff --git a/test/site/content/posts/nested-lists.md b/test/site/content/posts/nested-lists.md index 8c8dcdb..43be842 100644 --- a/test/site/content/posts/nested-lists.md +++ b/test/site/content/posts/nested-lists.md @@ -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}