-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Class Diagram Issues when using Mermaid in Stackedit #748
Comments
…rerender correctly; allow unassociated classes
This, I'm unsure how to go about using mermaidjs to draw class diagrams since you can't write a markdown code block that doesn't end with a new line. Was there any work on this? |
Hi @bendem. I did not receive any human feedback on this until now, so I don't know if this will ever be merged. |
My PR got merged 🎉 Fell free to leave feedback if something still does not work for you for some reason. |
Bumps node from 17.8.0 to 17.9.0. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
I was currently trying out https://stackedit.io/ and wanted to create some class diagrams using mermaid, which could look like this:
The first issue is, that the grammar of the class Diagram does currently not allow a line break at the end of the statements, so the above code block will not work.
The next thing I noticed after working around the first problem was, that the diagram was only rendered the first time. Each time after that
cannot read property x of undefined
occurred.Another thing I wanted to try was to add a Class without a relation as described in #609.
In summary there are the following tasks:
Note that these issues can be easily reproduced in the Live Editor
I started working at those and I am about to submit a Pull Request.
The text was updated successfully, but these errors were encountered: