pandoc-3.10.1: test/command/8863.md
```
% pandoc -f dokuwiki -t native
* item 1
* item 1.1
^D
[ BulletList
[ [ Plain [ Str "item" , Space , Str "1" ] ]
, [ Plain [ Str "item" , Space , Str "1.1" ] ]
]
]
```
```
% pandoc -f dokuwiki -t native
* item 1
* item 1.1
^D
[ BulletList
[ [ Plain [ Str "item" , Space , Str "1" ] ]
, [ Plain [ Str "item" , Space , Str "1.1" ] ]
]
]
```