Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 18, 2024
1 parent 0fdfd91 commit d54eed9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/syntax/packet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...
```

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d54eed9

Please sign in to comment.