测试文件
mermaid
graph LR A(Section A) -->|option 1| B(Section A) B -->|option 2| C(Section C)
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
实现博客专栏/专题
……
测试文件
graph LR A(Section A) -->|option 1| B(Section A) B -->|option 2| C(Section C)
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
……