aboutsummaryrefslogtreecommitdiff
path: root/test/command/4513.md
blob: e315d382002f5033de993a8e869cfbc5ce49df89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```
% pandoc -f textile -t native
|_. heading 1 |_. heading 2|
^D
[Table ("",[],[]) (Caption Nothing
 []) [(AlignDefault,Nothing),(AlignDefault,Nothing)] 0
 [Row ("",[],[])
  [Cell ("",[],[]) Nothing 1 1
   [Plain [Str "heading",Space,Str "1"]]
  ,Cell ("",[],[]) Nothing 1 1
   [Plain [Str "heading",Space,Str "2"]]]]
 []
 []]
```