mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-26 18:14:17 +02:00
40 lines
555 B
JSON
40 lines
555 B
JSON
{
|
|
"link": {
|
|
"color": "123",
|
|
"underline": true,
|
|
"prefix": "(",
|
|
"suffix": ")"
|
|
},
|
|
"link_text": {
|
|
"color": "123",
|
|
"bold": true
|
|
},
|
|
"image": {
|
|
"color": "123",
|
|
"prefix": "[Image: ",
|
|
"suffix": "]"
|
|
},
|
|
"image_text": {
|
|
"color": "8"
|
|
},
|
|
"heading": {
|
|
"bold": true,
|
|
"color": "3"
|
|
},
|
|
"code": {
|
|
"color": "200"
|
|
},
|
|
"code_block": {
|
|
"color": "200",
|
|
"theme": "solarized-dark"
|
|
},
|
|
"emph": {
|
|
"italic": true
|
|
},
|
|
"strong": {
|
|
"bold": true
|
|
},
|
|
"item": {
|
|
"prefix": "• "
|
|
}
|
|
}
|