aboutsummaryrefslogtreecommitdiff
path: root/test/command/5708.md
blob: f104c30c3405bfc2c38e308858f5238bceaaed06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
```
% pandoc -f rst -t native
+--------+----------------+
| 123456 | :math:`a + b`  |
+--------+----------------+
^D
[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"]]]]
 []]
```