Skip to content

Commit 81219d1

Browse files
committed
Fix revealjs link
Now internal slide links works
1 parent aadfee9 commit 81219d1

File tree

1 file changed

+5
-3
lines changed
  • dev-docs/feature-format-matrix/qmd-files/crossref/float/table

1 file changed

+5
-3
lines changed

dev-docs/feature-format-matrix/qmd-files/crossref/float/table/document.qmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ format:
1212
output-ext: typ # for the test below
1313
quality: 2
1414
docusaurus-md: *tested
15-
revealjs: *tested
15+
revealjs:
16+
quality: 2
17+
auto-stretch: false
1618
beamer:
1719
output-ext: tex
1820
quality: 2
@@ -38,8 +40,8 @@ _quarto:
3840
- "div#tbl-2.quarto-float figure.quarto-float.quarto-float-tbl img"
3941
- "div#tbl-1.quarto-float figure.quarto-float.quarto-float-tbl figcaption"
4042
- "div#tbl-2.quarto-float figure.quarto-float.quarto-float-tbl figcaption"
41-
- "a[href=\"#crossreferenceable-tables\"].quarto-xref"
42-
- "a[href=\"#as-images\"].quarto-xref"
43+
- "a[href=\"#/tbl-1\"].quarto-xref"
44+
- "a[href=\"#/tbl-2\"].quarto-xref"
4345
latex: &latex-tests
4446
ensureFileRegexMatches:
4547
-

0 commit comments

Comments
 (0)