diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-12-13 19:15:01 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-12-13 19:15:01 +0700 |
| commit | 54a29013a63514d723a201abe64cebc888e89d05 (patch) | |
| tree | de6a080eccab0dd2be12ec744becc89bc711d0b0 /testdata/test.adoc | |
| parent | 5222df551cbbfc60024a18d6f04d285554210166 (diff) | |
| download | asciidoctor-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.adoc | 17 |
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:: |
