Fix arrowhead syntax in sequenceDiagram.md#7485
Fix arrowhead syntax in sequenceDiagram.md#7485zhanghailing wants to merge 2 commits intomermaid-js:developfrom
Conversation
docs/sequenceDiagram.md arrowhead syntax
|
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@mermaid-js/examples
mermaid
@mermaid-js/layout-elk
@mermaid-js/layout-tidy-tree
@mermaid-js/mermaid-zenuml
@mermaid-js/parser
@mermaid-js/tiny
commit: |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #7485 +/- ##
=======================================
Coverage 3.52% 3.52%
=======================================
Files 509 509
Lines 49790 49790
Branches 785 785
=======================================
Hits 1754 1754
Misses 48036 48036
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
docs/sequenceDiagram.md arrowhead syntax
📑 Summary
Brief description about the content of your PR.
Resolves #
📏 Design Decisions
Describe the way your implementation works or what design decisions you made if applicable.
📋 Tasks
Make sure you
MERMAID_RELEASE_VERSIONis used for all new features.pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.