pandoc/test/command/5708.md

21 lines
472 B
Markdown
Raw Normal View History

2019-08-26 15:20:22 -07:00
```
% pandoc -f rst -t native
+--------+----------------+
| 123456 | :math:`a + b` |
+--------+----------------+
^D
2020-03-28 18:22:48 -04:00
[Table ("",[],[]) (Caption Nothing
[]) [(AlignDefault,Just 0.125),(AlignDefault,Just 0.2361111111111111)] 0
[Row ("",[],[])
[Cell ("",[],[]) Nothing 1 1
[]
,Cell ("",[],[]) Nothing 1 1
[]]]
[Row ("",[],[])
[Cell ("",[],[]) Nothing 1 1
[Plain [Str "123456"]]
,Cell ("",[],[]) Nothing 1 1
[Plain [Math InlineMath "a + b"]]]]
[]]
2019-08-26 15:20:22 -07:00
```