We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation for using ELK with CDN located here:
mermaid/packages/mermaid-layout-elk/README.md
Line 57 in 8dd0e7a
is incorrect; it leads to the error Couldn't find the requested release version 11 because the version of layout-elk is 0, not 11. The line should be
Couldn't find the requested release version 11
import elkLayouts from 'https://cdn.jsdelivr.net/npm/@mermaid-js/layout-elk@0/dist/mermaid-layout-elk.esm.min.mjs';
Visit the URL https://cdn.jsdelivr.net/npm/@mermaid-js/layout-elk@11/dist/mermaid-layout-elk.esm.min.mjs
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The documentation for using ELK with CDN located here:
mermaid/packages/mermaid-layout-elk/README.md
Line 57 in 8dd0e7a
is incorrect; it leads to the error
Couldn't find the requested release version 11
because the version of layout-elk is 0, not 11. The line should beSteps to reproduce
Visit the URL https://cdn.jsdelivr.net/npm/@mermaid-js/layout-elk@11/dist/mermaid-layout-elk.esm.min.mjs
Screenshots
No response
Code Sample
Setup
No response
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: