e146b1ff3b
Adjacent docx tables need to be separated by an empty paragraph. If there's a RawBlock between tables which renders to nothing, be sure to still insert the empty paragraph so that they will not collapse together. Fixes #7724
27 lines
823 B
Text
27 lines
823 B
Text
[Table ("", [], []) (Caption Nothing
|
|
[])
|
|
[(AlignDefault,ColWidthDefault)
|
|
,(AlignDefault,ColWidthDefault)]
|
|
(TableHead ("",[],[]) [])
|
|
[TableBody ("",[],[]) (RowHeadColumns 0)
|
|
[]
|
|
[Row ("",[],[])
|
|
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
|
[Plain [Str "a"]]
|
|
,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
|
[Plain [Str "b"]]]]]
|
|
(TableFoot ("",[],[]) [])
|
|
,RawBlock (Format "latex") ""
|
|
,Table ("",[],[]) (Caption Nothing
|
|
[])
|
|
[(AlignDefault,ColWidthDefault)
|
|
,(AlignDefault,ColWidthDefault)]
|
|
(TableHead ("",[],[]) [])
|
|
[TableBody ("",[],[]) (RowHeadColumns 0)
|
|
[]
|
|
[Row ("",[],[])
|
|
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
|
[Plain [Str "c"]]
|
|
,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
|
|
[Plain [Str "d"]]]]]
|
|
(TableFoot ("",[],[]) [])]
|