-
Notifications
You must be signed in to change notification settings - Fork 255
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
Feature/mermaid9.2.0rc #406
Conversation
Bumps Mermaid to v9.2.0-rc8 as a preparation for v9.2.0 The tests needed to be modified slightly, since the following error is now thrown for our invalid mermaid file test: ``` Error: No diagram type detected for text: ... ```
Current Issues
|
af6ded8
to
81ca73a
Compare
Adds and tests basic support for mermaid-mindmaps. Issues ====== - mermaid-mindmap is currently loaded from a CDN, which isn't good. This means that mindmaps won't work if there is no internet connection (or if the network blocks CDNs). - We have to use pin to 9.2.0-rc10, since `9.2.0-rc9` is higher than `^9.2.0-rc10` in semver (alphabetical sort)
81ca73a
to
bbb0eeb
Compare
Closed in favor of #420 |
Testing mindmap in mermaid 9.2.0 rc