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

@@ -248,7 +248,7 @@ classE o-- classF : aggregation
Relations can logically represent an N:M association:
```mermaid
```mermaid-example
classDiagram
Animal <|--|> Zebra
```