Test mermaid: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
Created page with "<graphviz> graph LR; linkStyle default interpolate basis subgraph one [开销] A([支付宝]); B([微信]); G(["京东、刷卡"]); H([理财]); end subgraph two [收入] C[工商银行]; end D[农业银行]; E([中国银行]); F([招商银行]); E --> H E & F --> A & B C --> E & D & F F --> G classDef auto fill:#9ACFBF class B,E,F auto </graphviz>"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<graphviz>
<mermaid>
graph LR;
graph LR;
     linkStyle default interpolate basis
     linkStyle default interpolate basis
Line 21: Line 21:
     classDef auto fill:#9ACFBF
     classDef auto fill:#9ACFBF
     class B,E,F auto
     class B,E,F auto
</graphviz>
</mermaid>
 
[[Category: Test]]

Latest revision as of 17:21, 21 January 2025

graph LR; linkStyle default interpolate basis subgraph one [开销] A([支付宝]); B([微信]); G(["京东、刷卡"]); H([理财]); end subgraph two [收入] C[工商银行]; end D[农业银行]; E([中国银行]); F([招商银行]); E --> H E & F --> A & B C --> E & D & F F --> G classDef auto fill:#9ACFBF class B,E,F auto