summaryrefslogtreecommitdiff
path: root/test/command/3529.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3529.md')
-rw-r--r--test/command/3529.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/command/3529.md b/test/command/3529.md
new file mode 100644
index 000000000..fdf42f68e
--- /dev/null
+++ b/test/command/3529.md
@@ -0,0 +1,15 @@
+```
+% pandoc -t markdown-simple_tables-pipe_tables-grid_tables+multiline_tables
+A B
+-- --
+7 8
+9 10
+^D
+ --------
+ A B
+ --- ----
+ 7 8
+
+ 9 10
+ --------
+```