-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Fix classDiagram example #6975
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
base: develop
Are you sure you want to change the base?
Fix classDiagram example #6975
Conversation
|
β Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
note "From Duck till Zebra" | ||
Animal <|-- Duck | ||
note for Duck "can fly\ncan swim\ncan dive\ncan help in debugging" | ||
note for Duck "can fly<br>can swim<br>can dive<br>can help in debugging" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may avoid relying on Markdown and use hardcoded new lines instead
note for Duck "can fly<br>can swim<br>can dive<br>can help in debugging" | |
note for Duck "can fly | |
can swim | |
can dive | |
can help in debugging" |
@mermaid-js/examples
mermaid
@mermaid-js/layout-elk
@mermaid-js/layout-tidy-tree
@mermaid-js/mermaid-zenuml
@mermaid-js/parser
@mermaid-js/tiny
commit: |
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #6975 +/- ##
=========================================
Coverage ? 3.57%
=========================================
Files ? 473
Lines ? 47139
Branches ? 730
=========================================
Hits ? 1687
Misses ? 45452
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. π New features to boost your workflow:
|
π Summary
Resolves #6974
π Design Decisions
Replaced
\n
with<br>
π Tasks
Make sure you
MERMAID_RELEASE_VERSION
is used for all new features.pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.