Closed
Description
This is with pandoc 1.12.3.3.
When a first-level unordered list follows a second-level unordered list that is not itself part of a first-order list, the first-level list is lost. Observe:
pandoc -f mediawiki -t native <<EOF
** a
* b
EOF
produces this output:
[BulletList
[[BulletList
[[Plain [Str "a"]]]]]]
The second list with the item "b" is lost. Okay, clearly the input is not great, but I've run into this type of list in converting our docs in constructs like
* item
<pre>Some example</pre>
** note about example
* another item
The *another item
piece of this gets lost.
Metadata
Metadata
Assignees
Labels
No labels