Skip to content

Commit

Permalink
test: add a test case for KaTeX rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
aloisklink authored and MindaugasLaganeckas committed May 7, 2024
1 parent 7c11fee commit f4c8845
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test-positive/mermaid.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,13 @@ stateDiagram
```

**Warning**: do not delete the trailing spaces after the \`\`\`

10. Flowchart with KaTeX in it

```mermaid
---
title: My flowchart with KaTeX in it.
---
flowchart LR
A["$$x^2$$"] -->|"$$\sqrt{x+3}$$"| B("$$\frac{1}{2}$$")
```

0 comments on commit f4c8845

Please sign in to comment.