Rename Prefix|Suffix & Styled[Prefix|Suffix] => Block[Prefix|Suffix] & Prefix|Suffix

This commit is contained in:
Christian Muehlhaeuser
2019-12-13 23:11:15 +01:00
parent 46f0b9dbbd
commit 02b1904804
19 changed files with 129 additions and 121 deletions
+18 -18
View File
@@ -1,38 +1,38 @@
{
"document": {
"indent": 4,
"prefix": "\n\n",
"suffix": "\n\n",
"block_prefix": "\n\n",
"block_suffix": "\n\n",
"color": "234"
},
"heading": {
"suffix": "\n",
"block_suffix": "\n",
"color": "27",
"bold": true
},
"h1": {
"suffix": "\n\n",
"styled_prefix": " ",
"styled_suffix": " ",
"block_suffix": "\n\n",
"prefix": " ",
"suffix": " ",
"background_color": "63",
"color": "228",
"bold": true
},
"h2": {
"prefix": "\n",
"styled_prefix": "## "
"block_prefix": "\n",
"prefix": "## "
},
"h3": {
"styled_prefix": "### "
"prefix": "### "
},
"h4": {
"styled_prefix": "#### "
"prefix": "#### "
},
"h5": {
"styled_prefix": "##### "
"prefix": "##### "
},
"h6": {
"styled_prefix": "###### ",
"prefix": "###### ",
"bold": false
},
"text": {},
@@ -40,10 +40,10 @@
"level_indent": 4
},
"item": {
"prefix": "• "
"block_prefix": "• "
},
"enumeration": {
"prefix": ". "
"block_prefix": ". "
},
"link_text": {
"color": "29",
@@ -62,8 +62,8 @@
"color": "205"
},
"code": {
"styled_prefix": " ",
"styled_suffix": " ",
"prefix": " ",
"suffix": " ",
"background_color": "254",
"color": "203"
},
@@ -86,12 +86,12 @@
"color": "240"
},
"block_quote": {
"prefix": "> "
"block_prefix": "> "
},
"definition_list": {},
"definition_term": {},
"definition_description": {
"prefix": "\n🠶 "
"block_prefix": "\n🠶 "
},
"html_block": {},
"html_span": {}