mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 04:46:29 -04:00
107 lines
1.9 KiB
JSON
107 lines
1.9 KiB
JSON
{
|
|
"document": {
|
|
"block_prefix": "\n",
|
|
"block_suffix": "\n",
|
|
"color": "234",
|
|
"margin": 2
|
|
},
|
|
"block_quote": {
|
|
"indent": 1,
|
|
"indent_token": "│ "
|
|
},
|
|
"paragraph": {},
|
|
"list": {
|
|
"level_indent": 2
|
|
},
|
|
"heading": {
|
|
"block_suffix": "\n",
|
|
"color": "27",
|
|
"bold": true
|
|
},
|
|
"h1": {
|
|
"prefix": " ",
|
|
"suffix": " ",
|
|
"color": "228",
|
|
"background_color": "63",
|
|
"bold": true
|
|
},
|
|
"h2": {
|
|
"prefix": "## "
|
|
},
|
|
"h3": {
|
|
"prefix": "### "
|
|
},
|
|
"h4": {
|
|
"prefix": "#### "
|
|
},
|
|
"h5": {
|
|
"prefix": "##### "
|
|
},
|
|
"h6": {
|
|
"prefix": "###### ",
|
|
"bold": false
|
|
},
|
|
"text": {},
|
|
"strikethrough": {
|
|
"crossed_out": true
|
|
},
|
|
"emph": {
|
|
"italic": true
|
|
},
|
|
"strong": {
|
|
"bold": true
|
|
},
|
|
"hr": {
|
|
"color": "249",
|
|
"format": "\n--------\n"
|
|
},
|
|
"item": {
|
|
"block_prefix": "• "
|
|
},
|
|
"enumeration": {
|
|
"block_prefix": ". "
|
|
},
|
|
"task": {
|
|
"ticked": "[✓] ",
|
|
"unticked": "[ ] "
|
|
},
|
|
"link": {
|
|
"color": "36",
|
|
"underline": true
|
|
},
|
|
"link_text": {
|
|
"color": "29",
|
|
"bold": true
|
|
},
|
|
"image": {
|
|
"color": "205",
|
|
"underline": true
|
|
},
|
|
"image_text": {
|
|
"color": "243",
|
|
"format": "Image: {{.text}} →"
|
|
},
|
|
"code": {
|
|
"prefix": " ",
|
|
"suffix": " ",
|
|
"color": "203",
|
|
"background_color": "254"
|
|
},
|
|
"code_block": {
|
|
"color": "242",
|
|
"margin": 2
|
|
},
|
|
"table": {
|
|
"center_separator": "┼",
|
|
"column_separator": "│",
|
|
"row_separator": "─"
|
|
},
|
|
"definition_list": {},
|
|
"definition_term": {},
|
|
"definition_description": {
|
|
"block_prefix": "\n🠶 "
|
|
},
|
|
"html_block": {},
|
|
"html_span": {}
|
|
}
|