mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 21:06:28 -04:00
75 lines
1.1 KiB
JSON
75 lines
1.1 KiB
JSON
{
|
|
"document": {},
|
|
"heading": {
|
|
"block_suffix": "\n"
|
|
},
|
|
"h1": {
|
|
"block_suffix": "\n\n",
|
|
"prefix": "# "
|
|
},
|
|
"h2": {
|
|
"block_prefix": "\n",
|
|
"prefix": "## "
|
|
},
|
|
"h3": {
|
|
"prefix": "### "
|
|
},
|
|
"h4": {
|
|
"prefix": "#### "
|
|
},
|
|
"h5": {
|
|
"prefix": "##### "
|
|
},
|
|
"h6": {
|
|
"prefix": "###### "
|
|
},
|
|
"text": {},
|
|
"list": {
|
|
"level_indent": 4
|
|
},
|
|
"item": {
|
|
"block_prefix": "- "
|
|
},
|
|
"enumeration": {
|
|
"block_prefix": ". "
|
|
},
|
|
"link_text": {},
|
|
"link": {},
|
|
"image_text": {
|
|
"format": "Image: {{.text}} => "
|
|
},
|
|
"image": {},
|
|
"code": {
|
|
"block_prefix": "`",
|
|
"block_suffix": "`"
|
|
},
|
|
"code_block": {},
|
|
"table": {},
|
|
"strikethrough": {
|
|
"block_prefix": "~~",
|
|
"block_suffix": "~~"
|
|
},
|
|
"emph": {
|
|
"block_prefix": "*",
|
|
"block_suffix": "*"
|
|
},
|
|
"strong": {
|
|
"block_prefix": "**",
|
|
"block_suffix": "**"
|
|
},
|
|
"hr": {
|
|
"format": "\n--------\n"
|
|
},
|
|
"block_quote": {
|
|
"indent": 1,
|
|
"indent_token": "> "
|
|
},
|
|
"definition_list": {},
|
|
"definition_term": {},
|
|
"definition_description": {
|
|
"block_prefix": "\n: "
|
|
},
|
|
"html_block": {},
|
|
"html_span": {}
|
|
}
|