Skip to content

Commit 13ee474

Browse files
committed
handle table captions before unrolling output divs
1 parent 7d631db commit 13ee474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/quarto-pre/quarto-pre.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ return {
9191
tableColwidth(),
9292
hidden(),
9393
contentHidden(),
94+
tableCaptions(),
9495
outputs(),
9596
outputLocation(),
9697
combineFilters({
@@ -101,7 +102,6 @@ return {
101102
resourceRefs(),
102103
resourceFiles(),
103104
figures(),
104-
tableCaptions(),
105105
theorems(),
106106
callout(),
107107
lineNumbers(),

0 commit comments

Comments
 (0)