aboutsummaryrefslogtreecommitdiff
path: root/test/command/4794.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4794.md')
-rw-r--r--test/command/4794.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/command/4794.md b/test/command/4794.md
new file mode 100644
index 000000000..8356d2157
--- /dev/null
+++ b/test/command/4794.md
@@ -0,0 +1,18 @@
+```
+% pandoc -f markdown -t mediawiki
+| Column1 | Column2 | Column3 |
+| ------- | ------- | ------- |
+| text | | text |
+^D
+{|
+! Column1
+! Column2
+! Column3
+|-
+| text
+|
+| text
+|}
+
+
+```