Skip to content

Commit be9abc3

Browse files
committed
test: add katex variants for full coverage
1 parent ceb79e1 commit be9abc3

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
format:
3+
html:
4+
html-math-method: katex
5+
_quarto:
6+
tests:
7+
html:
8+
ensureFileRegexMatches:
9+
- ['\\tag\{1\}\\]']
10+
- []
11+
---
12+
13+
$$
14+
\alpha = \beta
15+
$$ {#eq-ab}
16+
17+
This is @eq-ab.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
format:
3+
html:
4+
html-math-method:
5+
method: katex
6+
_quarto:
7+
tests:
8+
html:
9+
ensureFileRegexMatches:
10+
- ['\\tag\{1\}\\]']
11+
- []
12+
---
13+
14+
$$
15+
\alpha = \beta
16+
$$ {#eq-ab}
17+
18+
This is @eq-ab.

0 commit comments

Comments
 (0)