```
% pandoc -f html -t asciidoc
How about ordered lists?
-
Paragraph one
Paragraph two to force a list continuation
- Nested item
With non-default attributes:
-
Paragraph one
Paragraph two to force a list continuation
- Nested item
^D
* Paragraph one
+
Paragraph two to force a list continuation
** First nested
** Second nested
How about ordered lists?
. Paragraph one
+
Paragraph two to force a list continuation
.. Nested item
With non-default attributes:
. Paragraph one
+
Paragraph two to force a list continuation
[start=5]
.. Nested item
```