-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
Switching light/dark theme will crash Mermaid diagrams. #2107
Comments
Thank you for your report, but it lacks sufficient information. Please provide the following details:
|
This comment was marked as duplicate.
This comment was marked as duplicate.
I’ve also updated the description with screenshots and the environment information.
```mermaid graph LR 1((4)) --> 2((3)) --> 3((5)) ``` ... ```mermaid graph LR 1((2)) --> 2((1)) --> 3((3)) ``` ... ```mermaid graph LR 1((1)) -.-x 2((0)) -.-x 3((2)) ``` ... ```mermaid graph LR 1((1)) -.-x 2((0)) -.-x 3((2)) 1 ---> 3 style 1 stroke-width:4px style 3 stroke-width:4px ``` |
Thank you, a complete bug report should be like this. |
I’ll make sure to provide more detailed information when creating issues in the future. Thank you! |
🎉 This issue has been resolved in version 7.2.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Checklist
How did you create the site?
Generated from
chirpy-starter
Describe the bug
Toggle light/dark theme switch button on the sidebar to produce this bug.
Steps To Reproduce
Expected Behavior
Environment
Furthermore..
./tools/run
Anything else?
I can fix this quickly. #2108
The text was updated successfully, but these errors were encountered: