Add test for issue #5708.
This commit is contained in:
parent
faae6f16c7
commit
180f534d21
1 changed files with 12 additions and 0 deletions
12
test/command/5708.md
Normal file
12
test/command/5708.md
Normal 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"]]]]]
|
||||
```
|
Loading…
Reference in a new issue