Files
John MacFarlane 46ebe25b69 Dokuwiki reader: be more forgiving about misaligned lists...
like dokuwiki itself. Closes #8863.
2024-09-21 19:35:12 -07:00

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