mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 02:39:41 +02:00
Merge branch 'develop' into pr/NicolasNewman/5452
* develop: [autofix.ci] apply automated fixes [autofix.ci] apply automated fixes docs: Test autofix.ci chore: Remove update step from lint.yml Add autofix.ci fix: double space in wrapped sequence diagram messages chore: update browsers list chore(deps): update eslint chore: move abs below return check fix: Handle negative numbers in `formatBytes` chore: Use single quotes fix: emphasis => em fix: Handle spaces after newline test: Change emphasis to em chore: Fix emphasis type feat: Use marked instead of mdast-util-from-markdown Add Madness to integrations-community.md
This commit is contained in:
@@ -208,6 +208,7 @@ Communication tools and platforms
|
||||
- [gatsby-remark-mermaid](https://github.com/remcohaszing/gatsby-remark-mermaid)
|
||||
- [JSDoc](https://jsdoc.app/)
|
||||
- [jsdoc-mermaid](https://github.com/Jellyvision/jsdoc-mermaid)
|
||||
- [Madness](https://madness.dannyb.co/)
|
||||
- [mdBook](https://rust-lang.github.io/mdBook/index.html)
|
||||
- [mdbook-mermaid](https://github.com/badboy/mdbook-mermaid)
|
||||
- [MkDocs](https://www.mkdocs.org)
|
||||
|
@@ -12,7 +12,7 @@ A packet diagram is a visual representation used to illustrate the structure and
|
||||
|
||||
## Usage
|
||||
|
||||
This diagram type is particularly useful for network engineers, educators, and students who require a clear and concise way to represent the structure of network packets.
|
||||
This diagram type is particularly useful for developers, network engineers, educators, and students who require a clear and concise way to represent the structure of network packets.
|
||||
|
||||
## Syntax
|
||||
|
||||
|
Reference in New Issue
Block a user