vscode-cnb icon indicating copy to clipboard operation
vscode-cnb copied to clipboard

转换流程图到 PDF

Open liweimister opened this issue 2 years ago • 1 comments

ui上的哪部分与此新功能有关?

No response

新功能描述

能不能解决下PDF转换不了流程图问题

[选填]建议的解决方案

No response

liweimister avatar Oct 28 '22 01:10 liweimister

是像这样用mermaid写出来的流程图吗?

flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]

laggage avatar Oct 28 '22 04:10 laggage