chore: Change mermaid blocks to mermaid-example in docs

This commit is contained in:
Josh Soref
2025-04-17 06:50:20 -04:00
parent 3c69bd34c7
commit c7fa906115
10 changed files with 12 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ In the `Code` panel, write or edit Mermaid code, and instantly `Preview` the ren
Here is an example of Mermaid code and its rendered result:
```mermaid
```mermaid-example
graph TD
A[Enter Chart Definition] --> B(Preview)
B --> C{decide}