Skip to content

Commit d0d2bbe

Browse files
committed
final test fix
1 parent b982b73 commit d0d2bbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tablex-test.pdf

-126 Bytes
Binary file not shown.

tablex-test.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ s
180180
[f], (), [g]
181181
))
182182

183-
#tablex(
183+
#block(breakable: false, tablex(
184184
columns: 3,
185185
fill: red,
186186
align: right,
@@ -190,7 +190,7 @@ s
190190

191191
// place this cell at the first column, seventh row
192192
cellx(colspan: 3, align: center, x: 0, y: 6)[hi I'm down here]
193-
)
193+
))
194194

195195
#tablex(
196196
columns: 4,

0 commit comments

Comments
 (0)