summaryrefslogtreecommitdiff
path: root/test/command/3824.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3824.md')
-rw-r--r--test/command/3824.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/3824.md b/test/command/3824.md
new file mode 100644
index 000000000..e479e9e2f
--- /dev/null
+++ b/test/command/3824.md
@@ -0,0 +1,14 @@
+```
+% pandoc -f native -t dokuwiki
+[BulletList
+ [[Para [Str "hi"]
+ ,CodeBlock ("",[],[]) " there"]
+ ,[Para [Str "ok"]]]]
+^D
+ * hi<code>
+ there
+</code>
+ * ok
+
+
+```