Back to Mermaid

Mermaid Quick Test Page

cypress/platform/css1.html

11.0.0323 B
Original Source
%%{init: { 'themeCSS': '} * { background: lightblue }' } }%%
  flowchart TD
    a --> b
%%{init:{"theme":"base", "themeVariables": {"primaryColor":"#411d4e", "titleColor":"white", "darkMode":true}}}%%
    flowchart LR
    subgraph A
        a --> b
    end
    subgraph B
        i -->f
    end
    A --> B