forked from misaka00251/go2spec
97 lines
1.5 KiB
JSON
97 lines
1.5 KiB
JSON
{
|
|
"document": {
|
|
"block_prefix": "\n",
|
|
"block_suffix": "\n",
|
|
"margin": 0
|
|
},
|
|
"block_quote": {
|
|
"indent": 1,
|
|
"indent_token": " | "
|
|
},
|
|
"paragraph": {},
|
|
"list": {
|
|
"indent": 1,
|
|
"level_indent": 4
|
|
},
|
|
"heading": {
|
|
"block_suffix": "\n"
|
|
},
|
|
"h1": {
|
|
"prefix": ""
|
|
},
|
|
"h2": {
|
|
"prefix": ""
|
|
},
|
|
"h3": {
|
|
"prefix": ""
|
|
},
|
|
"h4": {
|
|
"prefix": ""
|
|
},
|
|
"h5": {
|
|
"prefix": ""
|
|
},
|
|
"h6": {
|
|
"prefix": ""
|
|
},
|
|
"text": {},
|
|
"strikethrough": {
|
|
"block_prefix": "~~",
|
|
"block_suffix": "~~"
|
|
},
|
|
"emph": {
|
|
"block_prefix": "*",
|
|
"block_suffix": "*"
|
|
},
|
|
"strong": {
|
|
"block_prefix": "**",
|
|
"block_suffix": "**"
|
|
},
|
|
"hr": {
|
|
"format": "\n------------------------------------------------------------------------\n"
|
|
},
|
|
"item": {
|
|
"block_prefix": "* ",
|
|
"indent": 2
|
|
},
|
|
"enumeration": {
|
|
"block_prefix": ". ",
|
|
"indent": 2
|
|
},
|
|
"task": {
|
|
"ticked": "[x] ",
|
|
"unticked": "[ ] "
|
|
},
|
|
"link": {
|
|
"prefix": "(",
|
|
"suffix": ")"
|
|
},
|
|
"link_text": {},
|
|
"image": {
|
|
"prefix": "(",
|
|
"suffix": ")"
|
|
},
|
|
"image_text": {
|
|
"format": "[Image: {{.text}}]"
|
|
},
|
|
"code": {
|
|
"block_prefix": "",
|
|
"block_suffix": ""
|
|
},
|
|
"code_block": {
|
|
"margin": 2
|
|
},
|
|
"table": {
|
|
"center_separator": "+",
|
|
"column_separator": "|",
|
|
"row_separator": "-"
|
|
},
|
|
"definition_list": {},
|
|
"definition_term": {},
|
|
"definition_description": {
|
|
"block_prefix": "\n* "
|
|
},
|
|
"html_block": {},
|
|
"html_span": {}
|
|
}
|