Skip to content

Commit f4c8845

Browse files
aloisklinkMindaugasLaganeckas
authored andcommitted
test: add a test case for KaTeX rendering
1 parent 7c11fee commit f4c8845

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test-positive/mermaid.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,13 @@ stateDiagram
144144
```
145145

146146
**Warning**: do not delete the trailing spaces after the \`\`\`
147+
148+
10. Flowchart with KaTeX in it
149+
150+
```mermaid
151+
---
152+
title: My flowchart with KaTeX in it.
153+
---
154+
flowchart LR
155+
A["$$x^2$$"] -->|"$$\sqrt{x+3}$$"| B("$$\frac{1}{2}$$")
156+
```

0 commit comments

Comments
 (0)