-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I found a case that seems like a bug in Asciidoc's handling of continuation of lists, however it could be avoided if the continuation of list is created within a block.
https://docs.asciidoctor.org/asciidoc/latest/lists/continuation/#list-continuation
Markdown Source
# Title
1. Example
- ListItem1
- ListItem2
```
tar -xvf 1.0-Linux32.tar.gz
```
Paragraph
```
ls
```Asciidoc Output
= Title
. Example
** ListItem1
** ListItem2
+
----
tar -xvf 1.0-Linux32.tar.gz
----
+
Paragraph
+
----
ls
----
Metadata
Metadata
Assignees
Labels
No labels
