aboutsummaryrefslogtreecommitdiff
path: root/test/command/3499.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3499.md')
-rw-r--r--test/command/3499.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/command/3499.md b/test/command/3499.md
new file mode 100644
index 000000000..e1c9093c4
--- /dev/null
+++ b/test/command/3499.md
@@ -0,0 +1,9 @@
+Org-mode tables can't go in lists:
+```
+% pandoc -f org
+- |something|
+^D
+<ul>
+<li>|something|</li>
+</ul>
+```