-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Brackets in a node with text? #213
Comments
Put the text within quotes and you will have a diagram:
Good luck! |
Thanks for bringing this up. I added a small example in the docs for this case: |
It works. Thanks @knsv! |
I am trying to use mermaid in a RMD document. But, when I try to use bracket within quotes, it doesn't work. Although, that was the solution provided above. My code works fine, when I don't use brackets. The code is given below: mermaid("
This produces the following graph: I am trying to have the graph look like this in the first block Data Extraction |
In an RMD document, you can still use double quotes for the node label if you surround the mermaid diagram with single quotes (the reverse doesn't seem to work).
Which results in the following: |
…yarn/develop/monaco-editor-0.25.0 Bump monaco-editor from 0.24.0 to 0.25.0
Dear all,
I looked at the following example from the documentation:
I assumed to add brackets to the text as follows:
However, the Live Editor does not render the chart when using brackets.
Are brackets in node link texts supported?
Thankfully,
Robert
The text was updated successfully, but these errors were encountered: