pandoc/test/command/5708.md

13 lines
263 B
Markdown
Raw Normal View History

2019-08-27 00:20:22 +02:00
```
% 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"]]]]]
```