pandoc/test/command/3824.md
2017-08-02 10:33:08 -07:00

14 lines
166 B
Markdown

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