mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-11 15:09:27 +00:00
add language hints to code blocks
This commit is contained in:
@@ -21,7 +21,7 @@ This processor will create a new FreeD message with the specified parameters.
|
||||
|
||||
|
||||
### Example
|
||||
```
|
||||
```yaml
|
||||
- type: free.d.create
|
||||
params:
|
||||
id: "1"
|
||||
|
||||
@@ -10,6 +10,6 @@ This processor will decode incoming bytes into a FreeD message. This processor w
|
||||
- **type**: `free.d.decode`
|
||||
|
||||
### Example
|
||||
```
|
||||
```yaml
|
||||
- type: free.d.decode
|
||||
```
|
||||
@@ -10,6 +10,6 @@ This processor will encode a FreeD message into an array of bytes. This processo
|
||||
- **type**: `free.d.encode`
|
||||
|
||||
### Example
|
||||
```
|
||||
```yaml
|
||||
- type: free.d.encode
|
||||
```
|
||||
Reference in New Issue
Block a user