Skip to content

Commit d54eed9

Browse files
[autofix.ci] apply automated fixes
1 parent 0fdfd91 commit d54eed9

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/syntax/packet.md

-13
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ This diagram type is particularly useful for developers, network engineers, educ
2020
packet-beta
2121
start: "Block name" %% Single-bit block
2222
start-end: "Block name" %% Multi-bit blocks
23-
16bits: "Block name" %% Auto appends to previous block without specifying start
2423
... More Fields ...
2524
```
2625

@@ -84,18 +83,6 @@ title UDP Packet
8483
64-95: "Data (variable length)"
8584
```
8685

87-
Or you can write this as
88-
89-
```mermaid-example
90-
packet-beta
91-
title UDP Packet
92-
16bits: "Source Port"
93-
16bits: "Destination Port"
94-
16bits: "Length"
95-
16bits: "Checksum"
96-
64-95: "Data (variable length)"
97-
```
98-
9986
```mermaid
10087
packet-beta
10188
title UDP Packet

0 commit comments

Comments
 (0)