Skip to content

Commit 32c554a

Browse files
committed
add another example
1 parent 86a239c commit 32c554a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/pages/index.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ $$
2424
$$
2525
```
2626

27+
Another example that doesn't work:
28+
29+
```
30+
$x < 3$
31+
```
32+
2733
> _(⚠️ remove the surrounding backticks to see the error)_
2834
2935
---
@@ -40,3 +46,7 @@ This is a workaround for the complex Katex:
4046
/>
4147

4248
(It also requires a slightly different input: every backslash needs to be duplicated)
49+
50+
<KatexInline
51+
formula='x < 3'
52+
/>

0 commit comments

Comments
 (0)