Add test for issue #5708.

This commit is contained in:
John MacFarlane 2019-08-26 15:20:22 -07:00
parent faae6f16c7
commit 180f534d21

12
test/command/5708.md Normal file
View file

@ -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"]]]]]
```