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