-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
fix: #5751 docs: Contribution flow correction: #5752
base: develop
Are you sure you want to change the base?
fix: #5751 docs: Contribution flow correction: #5752
Conversation
|
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5752 +/- ##
=======================================
Coverage 5.21% 5.21%
=======================================
Files 323 322 -1
Lines 46094 46083 -11
Branches 536 561 +25
=======================================
Hits 2402 2402
+ Misses 43692 43681 -11
Flags with carried forward coverage won't be shown. Click here to find out more. |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
- Added link into CONTRIBUTING.md to ref ./packages/mermaid/src/docs/community/contributing.md - Changed markdown alerts to the new standard. - Change from mermaid-no-code to mermaid in code blocks - Resolves #mermaid-js#5751
b8455a4
to
20dd07f
Compare
```warning | ||
This is a warning | ||
``` | ||
> [!WARNING] | ||
> Urgent info that needs immediate user attention to avoid problems. |
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.
Please revert the changes to the tags, we use parsers internally to convert ```warning into corresponding outputs, based on how it's rendered (Github markdown / vitepress markdown).
Resolves ##5751