summaryrefslogtreecommitdiff
path: root/test/command/3733.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3733.md')
-rw-r--r--test/command/3733.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/command/3733.md b/test/command/3733.md
new file mode 100644
index 000000000..b8a326938
--- /dev/null
+++ b/test/command/3733.md
@@ -0,0 +1,13 @@
+````
+% pandoc -t native
+- Item1
+- Item2
+```yaml
+some: code
+```
+^D
+[BulletList
+ [[Plain [Str "Item1"]]
+ ,[Plain [Str "Item2"]]]
+,CodeBlock ("",["yaml"],[]) "some: code"]
+````