mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +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
|
||||
|
||||
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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user