aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/3337.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/command/3337.md b/test/command/3337.md
new file mode 100644
index 000000000..8f6735f0f
--- /dev/null
+++ b/test/command/3337.md
@@ -0,0 +1,16 @@
+```
+% pandoc -f html -t markdown
+<table>
+<tr><td>a</td></tr>
+<tr><td>1</td><td>2</td></tr>
+</table>
+^D
+ --- ---
+ a
+ 1 2
+ --- ---
+
+
+
+```
+