mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -20,7 +20,6 @@ This diagram type is particularly useful for developers, network engineers, educ
|
||||
packet-beta
|
||||
start: "Block name" %% Single-bit block
|
||||
start-end: "Block name" %% Multi-bit blocks
|
||||
16bits: "Block name" %% Auto appends to previous block without specifying start
|
||||
... More Fields ...
|
||||
```
|
||||
|
||||
@@ -84,18 +83,6 @@ title UDP Packet
|
||||
64-95: "Data (variable length)"
|
||||
```
|
||||
|
||||
Or you can write this as
|
||||
|
||||
```mermaid-example
|
||||
packet-beta
|
||||
title UDP Packet
|
||||
16bits: "Source Port"
|
||||
16bits: "Destination Port"
|
||||
16bits: "Length"
|
||||
16bits: "Checksum"
|
||||
64-95: "Data (variable length)"
|
||||
```
|
||||
|
||||
```mermaid
|
||||
packet-beta
|
||||
title UDP Packet
|
||||
|
Reference in New Issue
Block a user