Skip to content

Commit 153ff68

Browse files
committed
regenerate snapshots
1 parent 42049d9 commit 153ff68

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

Diff for: tests/fixtures/snapshots/stupicat-event-by-event-output

+19
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,25 @@ et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et
184184
justo duo dolores et ea rebum. <strong>Stet clita kasd gubergren</strong>, no
185185
sea takimata sanctus est Lorem ipsum dolor sit amet.
186186

187+
## Math
188+
189+
This sentence uses `$` delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$
190+
191+
This sentence uses $\` and \`$ delimiters to show math inline: $`\sqrt{3x-1}+(1+x)^2`$
192+
193+
**The Cauchy-Schwarz Inequality**
194+
$$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$
195+
196+
**The Cauchy-Schwarz Inequality**
197+
198+
````math
199+
\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)
200+
````
201+
202+
This expression uses `\$` to display a dollar sign: $`\sqrt{\$4}`$
203+
204+
To split <span>$</span>100 in half, we calculate $100/2$
205+
187206
## Escapes
188207

189208
We now support escaping special characters, such as in \_\_init\_\_.py and in formulas

Diff for: tests/fixtures/snapshots/stupicat-output

+19
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,25 @@ et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et
184184
justo duo dolores et ea rebum. <strong>Stet clita kasd gubergren</strong>, no
185185
sea takimata sanctus est Lorem ipsum dolor sit amet.
186186

187+
## Math
188+
189+
This sentence uses `$` delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$
190+
191+
This sentence uses $\` and \`$ delimiters to show math inline: $`\sqrt{3x-1}+(1+x)^2`$
192+
193+
**The Cauchy-Schwarz Inequality**
194+
$$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$
195+
196+
**The Cauchy-Schwarz Inequality**
197+
198+
````math
199+
\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)
200+
````
201+
202+
This expression uses `\$` to display a dollar sign: $`\sqrt{\$4}`$
203+
204+
To split <span>$</span>100 in half, we calculate $100/2$
205+
187206
## Escapes
188207

189208
We now support escaping special characters, such as in \_\_init\_\_.py and in formulas

0 commit comments

Comments
 (0)