mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-19 07:47:15 +00:00
d820620ccd
Previously we assumed that every table took up the full text width. Now we read the text width from the document's sectPr. Closes #9837. Closes #11147.
60 lines
1.6 KiB
Plaintext
60 lines
1.6 KiB
Plaintext
[ Table
|
|
( "" , [] , [] )
|
|
(Caption Nothing [])
|
|
[ ( AlignDefault , ColWidth 0.16167023554603854 )
|
|
, ( AlignDefault , ColWidth 0.16167023554603854 )
|
|
, ( AlignDefault , ColWidth 0.40920770877944324 )
|
|
]
|
|
(TableHead
|
|
( "" , [] , [] )
|
|
[ Row
|
|
( "" , [] , [] )
|
|
[ Cell
|
|
( "" , [] , [] )
|
|
AlignCenter
|
|
(RowSpan 1)
|
|
(ColSpan 1)
|
|
[ Plain [ Strong [ Str "col1Header" ] ] ]
|
|
, Cell
|
|
( "" , [] , [] )
|
|
AlignCenter
|
|
(RowSpan 1)
|
|
(ColSpan 1)
|
|
[ Plain [ Strong [ Str "col2Header" ] ] ]
|
|
, Cell
|
|
( "" , [] , [] )
|
|
AlignCenter
|
|
(RowSpan 1)
|
|
(ColSpan 1)
|
|
[ Plain [ Strong [ Str "col3Header" ] ] ]
|
|
]
|
|
])
|
|
[ TableBody
|
|
( "" , [] , [] )
|
|
(RowHeadColumns 0)
|
|
[]
|
|
[ Row
|
|
( "" , [] , [] )
|
|
[ Cell
|
|
( "" , [] , [] )
|
|
AlignDefault
|
|
(RowSpan 1)
|
|
(ColSpan 1)
|
|
[ Plain [ Str "col1" , Space , Str "content" ] ]
|
|
, Cell
|
|
( "" , [] , [] )
|
|
AlignDefault
|
|
(RowSpan 1)
|
|
(ColSpan 1)
|
|
[ Plain [ Str "Body" , Space , Str "copy" ] ]
|
|
, Cell
|
|
( "" , [] , [] )
|
|
AlignDefault
|
|
(RowSpan 1)
|
|
(ColSpan 1)
|
|
[ Plain [ Str "col3" , Space , Str "content" ] ]
|
|
]
|
|
]
|
|
]
|
|
(TableFoot ( "" , [] , [] ) [])
|
|
] |