mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 02:06:32 +00:00
249 B
249 B
% pandoc -f dokuwiki -t native
> <code>some
code
</code>
>> ok
> then
> more
^D
[ BlockQuote
[ CodeBlock ( "" , [] , [] ) "some\ncode\n"
, BlockQuote [ Plain [ Str "ok" ] ]
, Plain [ Str "then" , LineBreak , Str "more" ]
]
]