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
wrong:
graph TD A[a,a]
right:
graph TD A[a,a]
The text was updated successfully, but these errors were encountered:
Put the characters within quotes and it will work, as in: graph TB A["这工作"]
Example: http://knsv.github.io/mermaid/live_editor/#/edit/Z3JhcGggVEIKICBBWyLov5nlt6XkvZwiXQ
Sorry, something went wrong.
@knsv thank you, I'll remenber to add quotes when I use flowchart。
Now it works even without quotes: https://mermaidjs.github.io/mermaid-live-editor/#/edit/Z3JhcGggVEIKICBBW-i_meW3peS9nF0
But it is a good practice to put no-ascii characters inside quotes.
Merge pull request mermaid-js#238 from mermaid-js/dependabot/npm_and_…
411f7e9
…yarn/develop/prettier-2.3.2 Bump prettier from 2.3.1 to 2.3.2
No branches or pull requests
wrong:
right:
The text was updated successfully, but these errors were encountered: