``` % pandoc -f html -t asciidoc

How about ordered lists?

  1. Paragraph one

    Paragraph two to force a list continuation

    1. Nested item

With non-default attributes:

  1. Paragraph one

    Paragraph two to force a list continuation

    1. 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 ```