We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81219d1 commit 7a7f9d6Copy full SHA for 7a7f9d6
dev-docs/feature-format-matrix/qmd-files/crossref/float/table/document.qmd
@@ -9,7 +9,7 @@ format:
9
comment: Missing implementation
10
pdf: *tested
11
typst:
12
- output-ext: typ # for the test below
+ keep-typ: true
13
quality: 2
14
docusaurus-md: *tested
15
revealjs:
@@ -53,12 +53,12 @@ _quarto:
53
- "\\\\includegraphics.*media.*table\\.jpg"
54
beamer: *latex-tests
55
56
- ensureFileRegexMatches:
+ ensureTypstFileRegexMatches:
57
-
58
- - "\\<tbl-1\\>"
59
- - "\\<tbl-2\\>"
60
- - "@tbl-1"
61
- - "@tbl-2"
+ - '\<tbl-1\>'
+ - '\<tbl-2\>'
+ - '#ref\(\<tbl-1\>, supplement: \[Table\]\)'
+ - '#ref\(\<tbl-2\>, supplement: \[Table\]\)'
62
docusaurus-md:
63
ensureFileRegexMatches:
64
0 commit comments