Hello readers,
Today we are going to learn how to use mermaid.js for pie and chart graphics with markdown pages.
flowchart TD
A[ringsCE] -->|WIP| B(Initial)
B --> C{Folders}
C -->|One| D[macOS m1+]
C -->|Two| E[asm intel ]
C -->|Three| F[docs]

pie title ringsce adopted by kd
"arm": 10
"c++": 30
"Delphi": 50

Next week, we are going to learn how to use them, with my gatsby docs.gleentech.com repo for ringsce Engine and Ekron MMO.
Leave a Reply