pandoc-3.2.1: test/command/9908.md
```
% pandoc -f native -t markdown
[ BulletList
[ [ BlockQuote [ Para [ Str "a" ] , Para [ Str "b" ] ] ] ]
]
^D
- > a
>
> b
```
```
% pandoc -f native -t markdown
[ BulletList
[ [ BlockQuote [ Para [ Str "a" ] , Para [ Str "b" ] ] ] ]
]
^D
- > a
>
> b
```