Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode mermaid preview not support flowchart #60

Open
wzqiwhy opened this issue Dec 21, 2023 · 2 comments
Open

vscode mermaid preview not support flowchart #60

wzqiwhy opened this issue Dec 21, 2023 · 2 comments

Comments

@wzqiwhy
Copy link

wzqiwhy commented Dec 21, 2023

I write some code in my markdown, but vscode cannot trnasform it to diagram. The code is like:

---
title: Excel
---
flowchart LR
A-->|action1| B
B-->|action2|C
A-->|action3|C
@wzqiwhy
Copy link
Author

wzqiwhy commented Dec 21, 2023

emm, exclude ```mermaid, the code is like:

title: Excel

flowchart LR
A-->|action1| B
B-->|action2|C
A-->|action3|C

@wzqiwhy
Copy link
Author

wzqiwhy commented Dec 21, 2023

oo, I found it!
The reason is that I didn't trust the file in vscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant