Skip to content

Commit ceb79e1

Browse files
committed
refactor: split in two as tests do not support variant formats
1 parent 64e4239 commit ceb79e1

File tree

3 files changed

+35
-26
lines changed

3 files changed

+35
-26
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: mathjax
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: mathjax
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.

tests/docs/smoke-all/2025/05/18/issue12766.qmd

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)