Open The-Alchemist opened 1 year ago
Hi @The-Alchemist, is this issue still open, I'm interested in doing open source contributions, if this issue is open can I take up this task.
Hi @The-Alchemist, is this issue still open, I'm interested in doing open source contributions, if this issue is open can I take up this task.
I think @kairi003 is working on it, or is done. See https://github.com/mermaid-js/mermaid/pull/5814
But please don't hesitate to pick up another task!
@The-Alchemist Yes, the pr to resolve this issue is done. Now I am waiting for the merge, is there anything I can do for that?
I am rerunning the tests to see if we get past the timeout failure there
Proposal
Short Description
...should improve its support for notes inside namespaces.
Example Syntax
The following example shows a note for a specific class inside a namespace. This syntax currently results in a parse error,
Expecting CLASS, got NOTE_FOR
:You can play with this syntax here on the playground.
Details
Technically, you can add a note for a namespaced class, but you have to place the note outside the namespace, and therefore, it renders outside the namespace.