Skip to content

Instantly share code, notes, and snippets.

@yapcheahshen
Last active October 6, 2025 05:30
Show Gist options
  • Save yapcheahshen/b49652b785755f40505ba1f80b7a1e6d to your computer and use it in GitHub Desktop.
Save yapcheahshen/b49652b785755f40505ba1f80b7a1e6d to your computer and use it in GitHub Desktop.
漢文大藏經源流mermaid格式
---
config:
  flowchart:
    curve: stepBefore
  themeVariables:
    fontSize: 28px
  theme: neo-dark
  look: classic
  layout: elk
---
flowchart LR
    C["崇宁藏_私<br>福州1104"] --> VR["毗盧藏<br>福州1151"]
    L["遼藏<br>燕1054"] --> FANG["房山石經"]
    A["開寶藏<br>蜀983"] --> JIN["金藏<br>趙1173"] & K1["高麗藏<br>1029"]
    VR --> S["思溪藏_宋<br>湖州1132"] 
    JIN --> CN["中華大藏經<br>新中國1997"] & H["弘法藏<br>北京1294"] 
    S --> YMT["天海倭藏<br>東叡山1648"]
    FANG --> CN
    JS --> PL["普寧藏_元<br>杭1290"]
    K1 --> K2["再雕本_麗<br>1251"]
    S --> JS["磧砂藏<br>蘇1305"]
    PL --> YN["永樂南藏<br>南京1403"]
    JS --> WL["武林藏<br>浙1566"]
    YN --> YB["永樂北藏<br>北京1410"]
    YB --> J["嘉興藏_明<br>徑山1676"] & QL["乾隆藏<br>北京1738"]
    J --> HP["黃蘗藏<br>1678"] 
    K2 --> HJ["弘教藏<br>縮刷1885"]
    QL --> W["卍字續藏<br>1912"] & ZH["中華大藏經<br>民國1956~"]
    HJ --> P["頻伽藏<br>上海1909"]
    P --> T["大正藏<br>1934"]
    K2 --> T
    T@{ shape: rect}
    style YMT stroke:#D50000
    style HP stroke:#D50000
    style HJ stroke:#D50000
    style W stroke:#D50000
    style T stroke:#D50000

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment