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
For long documents I receive the error "Maximum Text Size In Diagram Exceeded". This is due to mermaid limiting the diagram to 50000 characters.
Mermaid can be configured to allow a different character amount by setting maxTextSize:
maxTextSize
mermaid.initialize({ maxTextSize: 90000 });
It would be great to have a configuration option in vscode to set the maxTextSize
Further information: https://stackoverflow.com/questions/61870481/maximum-text-size-in-diagram-exceeded https://mermaid.js.org/config/schema-docs/config.html
The text was updated successfully, but these errors were encountered:
Please share an example diagram that demonstrates the issue
Sorry, something went wrong.
No branches or pull requests
For long documents I receive the error "Maximum Text Size In Diagram Exceeded". This is due to mermaid limiting the diagram to 50000 characters.
Mermaid can be configured to allow a different character amount by setting
maxTextSize
:It would be great to have a configuration option in vscode to set the
maxTextSize
Further information:
https://stackoverflow.com/questions/61870481/maximum-text-size-in-diagram-exceeded
https://mermaid.js.org/config/schema-docs/config.html
The text was updated successfully, but these errors were encountered: