Skip to content

Commit

Permalink
ff matrix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwoodhull committed Mar 24, 2024
1 parent 8d045d2 commit 6dd4b00
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ format:
docusaurus-md:
quality: 1
pdf:
quality: 1
quality: 2
html:
quality: 1
quality: 2
dashboard:
quality: 1
typst:
quality: 1
quality: 2
comment: "Typst itself interprets the -- as –"
output-ext: typ
revealjs:
quality: 1
docx:
Expand All @@ -23,6 +25,14 @@ _quarto:
ensureFileRegexMatches:
- ["--"]
- ["–"]
typst:
ensureTypstFileRegexMatches:
- ["--"]
- ["–"]
latex:
ensureFileRegexMatches:
- ['do-\\/-not-\\/-escape-\\/-this'] # it is escaped but correct
- ["–"]
---

(The JSON syntax is decidedly more verbose and not as nice, and really intended to be used by machine-generated markdown.)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,40 @@ format:
docusaurus-md:
quality: 1
pdf:
quality: 1
quality: 2
comment: "example doesn't fit on page"
html:
quality: 1
quality: 2
dashboard:
quality: 1
typst:
quality: 1
output-ext: typ
quality: 2
revealjs:
quality: 1
comment: "layout issues with large table, but this feature is working fine"
docx:
quality: 1
pptx:
quality: 1

_quarto:
tests:
html:
ensureFileRegexMatches:
-
- '<table class="table">'
- []
typst:
ensureTypstFileRegexMatches:
-
- '#figure\(\s*align\(center\)\[#table\('
- []
latex:
ensureFileRegexMatches:
-
- '\\begin\{longtable\}\[\]{@\{\}cclrrrrrrrrl@\{\}\}'

---

```{=pandoc-native}
Expand Down

0 comments on commit 6dd4b00

Please sign in to comment.