Skip to content

Commit 64e4239

Browse files
committed
test: add smoke test
1 parent 253b9cb commit 64e4239

File tree

1 file changed

+26
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)