Skip to content

Commit 76d4ae6

Browse files
committed
ff-matrix don't check with regex
Follow up on #9735 that added a class to table element
1 parent b776ec1 commit 76d4ae6

File tree

1 file changed

+2
-2
lines changed
  • dev-docs/feature-format-matrix/qmd-files/raw-blocks/interpreted/pandoc-native

1 file changed

+2
-2
lines changed

dev-docs/feature-format-matrix/qmd-files/raw-blocks/interpreted/pandoc-native/document.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ format:
2323
_quarto:
2424
tests:
2525
html:
26-
ensureFileRegexMatches:
26+
ensureHtmlElements:
2727
-
28-
- '<table class="table">'
28+
- 'table.table'
2929
- []
3030
typst:
3131
ensureTypstFileRegexMatches:

0 commit comments

Comments
 (0)