mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 04:46:29 -04:00
99 lines
1.5 KiB
JSON
99 lines
1.5 KiB
JSON
{
|
|
"document": {
|
|
"indent": 4,
|
|
"block_prefix": "\n\n",
|
|
"block_suffix": "\n\n",
|
|
"color": "234"
|
|
},
|
|
"heading": {
|
|
"block_suffix": "\n",
|
|
"color": "27",
|
|
"bold": true
|
|
},
|
|
"h1": {
|
|
"block_suffix": "\n\n",
|
|
"prefix": " ",
|
|
"suffix": " ",
|
|
"background_color": "63",
|
|
"color": "228",
|
|
"bold": true
|
|
},
|
|
"h2": {
|
|
"block_prefix": "\n",
|
|
"prefix": "## "
|
|
},
|
|
"h3": {
|
|
"prefix": "### "
|
|
},
|
|
"h4": {
|
|
"prefix": "#### "
|
|
},
|
|
"h5": {
|
|
"prefix": "##### "
|
|
},
|
|
"h6": {
|
|
"prefix": "###### ",
|
|
"bold": false
|
|
},
|
|
"text": {},
|
|
"list": {
|
|
"level_indent": 4
|
|
},
|
|
"item": {
|
|
"block_prefix": "• "
|
|
},
|
|
"enumeration": {
|
|
"block_prefix": ". "
|
|
},
|
|
"link_text": {
|
|
"color": "29",
|
|
"bold": true
|
|
},
|
|
"link": {
|
|
"underline": true,
|
|
"color": "36"
|
|
},
|
|
"image_text": {
|
|
"format": "Image: {{.text}} 🡆 ",
|
|
"color": "243"
|
|
},
|
|
"image": {
|
|
"underline": true,
|
|
"color": "205"
|
|
},
|
|
"code": {
|
|
"prefix": " ",
|
|
"suffix": " ",
|
|
"background_color": "254",
|
|
"color": "203"
|
|
},
|
|
"code_block": {
|
|
"margin": 4,
|
|
"color": "240"
|
|
},
|
|
"table": {},
|
|
"strikethrough": {
|
|
"crossed_out": true
|
|
},
|
|
"emph": {
|
|
"italic": true
|
|
},
|
|
"strong": {
|
|
"bold": true
|
|
},
|
|
"hr": {
|
|
"format": "\n--------\n",
|
|
"color": "240"
|
|
},
|
|
"block_quote": {
|
|
"block_prefix": "> "
|
|
},
|
|
"definition_list": {},
|
|
"definition_term": {},
|
|
"definition_description": {
|
|
"block_prefix": "\n🠶 "
|
|
},
|
|
"html_block": {},
|
|
"html_span": {}
|
|
}
|