fix: Add language to codeblock

This commit is contained in:
Sidharth Vinod
2023-11-15 12:26:24 +05:30
parent 784a853ec7
commit 480645d22f
2 changed files with 7 additions and 5 deletions

View File

@@ -16,10 +16,12 @@ This diagram type is particularly useful for network engineers, educators, and s
## Syntax
packet-beta
start: "Block name" %% Single-bit block
start-end: "Block name" %% Multi-bit blocks
... More Fields ...
```md
packet-beta
start: "Block name" %% Single-bit block
start-end: "Block name" %% Multi-bit blocks
... More Fields ...
```
## Examples

View File

@@ -10,7 +10,7 @@ This diagram type is particularly useful for network engineers, educators, and s
## Syntax
```
```md
packet-beta
start: "Block name" %% Single-bit block
start-end: "Block name" %% Multi-bit blocks