Replace chroma with go-highlite

This commit is contained in:
2025-06-19 14:18:55 -04:00
parent c271197076
commit f4718e24c8
12 changed files with 318 additions and 1117 deletions
+1 -8
View File
@@ -175,20 +175,13 @@ Style:
The `code_block` element represents a block of code.
| Attribute | Value | Description |
| --------- | ------ | --------------------------------------------------------------- |
| theme | string | Defines the [Chroma][chroma] theme used for syntax highlighting |
[chroma]: https://github.com/alecthomas/chroma
#### Example
Style:
```json
"code_block": {
"color": "200",
"theme": "solarized-dark"
"color": "200"
}
```