mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
46ebe25b69
like dokuwiki itself. Closes #8863.
188 B
188 B
% 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" ] ]
]
]