chore: Remove incorrect language tag

This commit is contained in:
Sidharth Vinod
2025-04-15 12:21:46 +05:30
parent df9df9dc32
commit 88ae4ef704
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ This diagram type is particularly useful for developers, network engineers, educ
## Syntax ## Syntax
```md ```
packet-beta packet-beta
start: "Block name" %% Single-bit block start: "Block name" %% Single-bit block
start-end: "Block name" %% Multi-bit blocks start-end: "Block name" %% Multi-bit blocks
@@ -27,7 +27,7 @@ start-end: "Block name" %% Multi-bit blocks
Using start and end bit counts can be difficult, especially when modifying a design. For this we add a bit count field, which starts from the end of the previous field automagically. Use `+<count>` to set the number of bits, thus: Using start and end bit counts can be difficult, especially when modifying a design. For this we add a bit count field, which starts from the end of the previous field automagically. Use `+<count>` to set the number of bits, thus:
```md ```
packet-beta packet-beta
+1: "Block name" %% Single-bit block +1: "Block name" %% Single-bit block
+8: "Block name" %% 8-bit block +8: "Block name" %% 8-bit block

View File

@@ -10,7 +10,7 @@ This diagram type is particularly useful for developers, network engineers, educ
## Syntax ## Syntax
```md ```
packet-beta packet-beta
start: "Block name" %% Single-bit block start: "Block name" %% Single-bit block
start-end: "Block name" %% Multi-bit blocks start-end: "Block name" %% Multi-bit blocks
@@ -21,7 +21,7 @@ start-end: "Block name" %% Multi-bit blocks
Using start and end bit counts can be difficult, especially when modifying a design. For this we add a bit count field, which starts from the end of the previous field automagically. Use `+<count>` to set the number of bits, thus: Using start and end bit counts can be difficult, especially when modifying a design. For this we add a bit count field, which starts from the end of the previous field automagically. Use `+<count>` to set the number of bits, thus:
```md ```
packet-beta packet-beta
+1: "Block name" %% Single-bit block +1: "Block name" %% Single-bit block
+8: "Block name" %% 8-bit block +8: "Block name" %% 8-bit block