add language hints to code blocks

This commit is contained in:
Joel Wetzell
2026-03-28 14:48:30 -05:00
parent 4d76d36d37
commit 694c0e505a
59 changed files with 63 additions and 60 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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
```
+1 -1
View File
@@ -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
```