mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-18 15:27:19 +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.
34 lines
936 B
Plaintext
34 lines
936 B
Plaintext
[ Table
|
|
( "" , [] , [] )
|
|
(Caption Nothing [])
|
|
[ ( AlignDefault , ColWidth 0.3330243337195829 )
|
|
, ( AlignDefault , ColWidth 0.33325608342989577 )
|
|
, ( AlignDefault , ColWidth 0.33371958285052145 )
|
|
]
|
|
(TableHead
|
|
( "" , [] , [] )
|
|
[ Row
|
|
( "" , [] , [] )
|
|
[ Cell
|
|
( "" , [] , [] )
|
|
AlignDefault
|
|
(RowSpan 1)
|
|
(ColSpan 1)
|
|
[ Plain [ Str "One" ] ]
|
|
, Cell
|
|
( "" , [] , [] )
|
|
AlignDefault
|
|
(RowSpan 1)
|
|
(ColSpan 1)
|
|
[ Plain [ Str "Row" ] ]
|
|
, Cell
|
|
( "" , [] , [] )
|
|
AlignDefault
|
|
(RowSpan 1)
|
|
(ColSpan 1)
|
|
[ Plain [ Str "Table" ] ]
|
|
]
|
|
])
|
|
[ TableBody ( "" , [] , [] ) (RowHeadColumns 0) [] [] ]
|
|
(TableFoot ( "" , [] , [] ) [])
|
|
] |