department-of-veterans-affairs / va.gov-cms

Editor-centered management for Veteran-centered content.
https://prod.cms.va.gov
GNU General Public License v2.0
99 stars 69 forks source link

Mermaid Playground #13321

Open swirtSJW opened 1 year ago

swirtSJW commented 1 year ago

Description

This is just a safe place for people to play with Mermaid creations

pie 
title Percentage of people who can benefit from Mermaid
    "Developers" : 25
    "PM" : 25
    "Designer" : 35
"help desk": 25
timcosgrove commented 1 year ago
flowchart
    willblend["Will it blend?"] ---|"yes"| smoooooooooooth{"Have a smoothy"}
timcosgrove commented 1 year ago
flowchart LR
    A:::someclass --> B
    classDef someclass fill:#f96
davidmpickett commented 1 year ago
%%{init: {'theme':'forest'}}%%
flowchart LR
    A -- arrow'd --> B
    B --> C
    subgraph trees
    C --> D
    C --> E
    end