pandoc/test/command/3824.md

15 lines
166 B
Markdown
Raw Normal View History

```
% pandoc -f native -t dokuwiki
[BulletList
[[Para [Str "hi"]
,CodeBlock ("",[],[]) " there"]
,[Para [Str "ok"]]]]
^D
* hi<code>
there
</code>
* ok
```