@@ -15,17 +15,16 @@ function calloutDocx(node)
15
15
<w:tblStyle w:val="Table" />
16
16
<w:tblLook w:firstRow="0" w:lastRow="0" w:firstColumn="0" w:lastColumn="0" w:noHBand="0" w:noVBand="0" w:val="0000" />
17
17
<w:tblBorders>
18
- <w:left w:val="single" w:sz="24" w:space="0" w:color="$color"/>
19
- <w:right w:val="single" w:sz="4" w:space="0" w:color="$color"/>
20
18
<w:top w:val="single" w:sz="4" w:space="0" w:color="$color"/>
19
+ <w:left w:val="single" w:sz="24" w:space="0" w:color="$color"/>
21
20
<w:bottom w:val="single" w:sz="4" w:space="0" w:color="$color"/>
21
+ <w:right w:val="single" w:sz="4" w:space="0" w:color="$color"/>
22
22
</w:tblBorders>
23
23
<w:tblCellMar>
24
24
<w:left w:w="144" w:type="dxa" />
25
25
<w:right w:w="144" w:type="dxa" />
26
26
</w:tblCellMar>
27
- <w:tblInd w:w="164" w:type="dxa" />
28
- <w:tblW w:type="pct" w:w="100%"/>
27
+ <w:tblLook w:firstRow="0" w:lastRow="0" w:firstColumn="0" w:lastColumn="0" w:noHBand="0" w:noVBand="0" w:val="0000" />
29
28
</w:tblPr>
30
29
<w:tr>
31
30
<w:trPr>
@@ -101,6 +100,7 @@ function calloutDocx(node)
101
100
102
101
-- close the table
103
102
local suffix = pandoc .List ({pandoc .RawBlock (" openxml" , [[
103
+ <w:p/>
104
104
</w:tc>
105
105
</w:tr>
106
106
</w:tbl>
@@ -121,16 +121,19 @@ function calloutDocx(node)
121
121
<w:tbl>
122
122
<w:tblPr>
123
123
<w:tblStyle w:val="Table" />
124
- <w:tblLook w:firstRow="0" w:lastRow="0 " w:firstColumn="0" w:lastColumn="0" w:noHBand="0" w:noVBand="0" w:val="0000 " />
124
+ <w:tblInd w:w="164 " w:type="dxa " />
125
125
<w:tblBorders>
126
126
<w:left w:val="single" w:sz="24" w:space="0" w:color="$color"/>
127
127
</w:tblBorders>
128
128
<w:tblCellMar>
129
129
<w:left w:w="0" w:type="dxa" />
130
130
<w:right w:w="0" w:type="dxa" />
131
131
</w:tblCellMar>
132
- <w:tblInd w:w="164 " w:type="dxa " />
132
+ <w:tblLook w:firstRow="0" w:lastRow="0 " w:firstColumn="0" w:lastColumn="0" w:noHBand="0" w:noVBand="0" w:val="0000 " />
133
133
</w:tblPr>
134
+ <w:tblGrid>
135
+ <w:gridCol w:w="7920" />
136
+ </w:tblGrid>
134
137
<w:tr>
135
138
<w:trPr>
136
139
<w:cantSplit/>
0 commit comments