Files
pandoc/test/command/8863.md
2024-09-21 19:35:12 -07:00

12 lines
188 B
Markdown

```
% 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" ] ]
]
]
```