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