mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 09:20:03 +02:00
Use monaco-mermaid for syntax highlighting and many syntax highlighting improvements
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
Mermaid can render Pie Chart diagrams.
|
||||
|
||||
```
|
||||
```mermaid-code
|
||||
pie title Pets adopted by volunteers
|
||||
"Dogs" : 386
|
||||
"Cats" : 85
|
||||
@@ -37,7 +37,7 @@ Drawing a pie chart is really simple in mermaid.
|
||||
.
|
||||
|
||||
## Example
|
||||
```
|
||||
```mermaid-code
|
||||
pie
|
||||
title Key elements in Product X
|
||||
"Calcium" : 42.96
|
||||
|
Reference in New Issue
Block a user