mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-23 10:16:43 +02:00
fix: Add language to codeblock
This commit is contained in:
@@ -16,10 +16,12 @@ This diagram type is particularly useful for network engineers, educators, and s
|
|||||||
|
|
||||||
## Syntax
|
## Syntax
|
||||||
|
|
||||||
packet-beta
|
```md
|
||||||
start: "Block name" %% Single-bit block
|
packet-beta
|
||||||
start-end: "Block name" %% Multi-bit blocks
|
start: "Block name" %% Single-bit block
|
||||||
... More Fields ...
|
start-end: "Block name" %% Multi-bit blocks
|
||||||
|
... More Fields ...
|
||||||
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ This diagram type is particularly useful for network engineers, educators, and s
|
|||||||
|
|
||||||
## 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
|
||||||
|
Reference in New Issue
Block a user