Files
pandoc/test/command/3824.md
2020-11-04 22:38:53 -08:00

15 lines
166 B
Markdown

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