aboutsummaryrefslogtreecommitdiff
path: root/testdata/test.adoc
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-12-13 19:15:01 +0700
committerShulhan <m.shulhan@gmail.com>2020-12-13 19:15:01 +0700
commit54a29013a63514d723a201abe64cebc888e89d05 (patch)
treede6a080eccab0dd2be12ec744becc89bc711d0b0 /testdata/test.adoc
parent5222df551cbbfc60024a18d6f04d285554210166 (diff)
downloadasciidoctor-go-54a29013a63514d723a201abe64cebc888e89d05.tar.xz
document_parser: fix parsing open block inside list item
By using open block "--" we allow the list body content without adding "+" for each empty line.
Diffstat (limited to 'testdata/test.adoc')
-rw-r--r--testdata/test.adoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc
index 1a72186..fad0ee5 100644
--- a/testdata/test.adoc
+++ b/testdata/test.adoc
@@ -532,6 +532,23 @@ Produce::
* Bananas
+Description:: Description body with open block.
++
+--
+Paragraph A.
+
+* List item 1
+* List item 2
+
+Paragraph B.
+
+|===
+| Look | a | table
+
+| This | should | work
+|===
+--
+
Mixed with ordered and unordered list,
Operating Systems::