aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/command/5708.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/5708.md b/test/command/5708.md
new file mode 100644
index 000000000..00a98a371
--- /dev/null
+++ b/test/command/5708.md
@@ -0,0 +1,12 @@
+```
+% pandoc -f rst -t native
++--------+----------------+
+| 123456 | :math:`a + b` |
++--------+----------------+
+^D
+[Table [] [AlignDefault,AlignDefault] [0.125,0.2361111111111111]
+ [[]
+ ,[]]
+ [[[Plain [Str "123456"]]
+ ,[Plain [Math InlineMath "a + b"]]]]]
+```