diff options
| author | Shulhan <ms@kilabit.info> | 2020-12-20 01:47:14 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-12-20 01:47:14 +0700 |
| commit | 3425f3a455bb73e15944446e9caef03a1fd15368 (patch) | |
| tree | 4e0f1526eb076e0e176a1cacda30226260544710 /testdata/test.adoc | |
| parent | 9eef9d3dc8fe603975604c6b4d5ba48ddc7337c6 (diff) | |
| download | asciidoctor-go-3425f3a455bb73e15944446e9caef03a1fd15368.tar.xz | |
all: fix parsing list with open block
If the list body contains continuation with open block, the whole open
block content should be treatent as sub-of block until it end with
"--".
Diffstat (limited to 'testdata/test.adoc')
| -rw-r--r-- | testdata/test.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc index fad0ee5..b8cd4e4 100644 --- a/testdata/test.adoc +++ b/testdata/test.adoc @@ -547,6 +547,8 @@ Paragraph B. | This | should | work |=== + +* End with list item -- Mixed with ordered and unordered list, |
