niudai / VSCode-Zhihu

Zhihu extension built on vscode.
MIT License
849 stars 74 forks source link

[FeatureRequest]加入对于mermaid流程图的渲染支持 #156

Open shouldsee opened 1 year ago

shouldsee commented 1 year ago
graph LR
  A(Si) --> B(Zi+1) 
  subgraph _
    direction TB
    B(Zi+1)  --> C(Si+1)
  end

vscode md目前似乎是能渲染mermaid的