mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 16:37:19 -04:00
Replace chroma with go-highlite
This commit is contained in:
+1
-8
@@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user