mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 16:37:19 -04:00
Rename Prefix|Suffix & Styled[Prefix|Suffix] => Block[Prefix|Suffix] & Prefix|Suffix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"document": {
|
||||
"indent": 2,
|
||||
"background_color": "234",
|
||||
"prefix": "\n",
|
||||
"suffix": "\n"
|
||||
"block_prefix": "\n",
|
||||
"block_suffix": "\n"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"background_color": "52"
|
||||
},
|
||||
"enumeration": {
|
||||
"prefix": ". "
|
||||
"block_prefix": ". "
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,18 +4,18 @@
|
||||
"background_color": "57"
|
||||
},
|
||||
"h1": {
|
||||
"styled_prefix": "=> ",
|
||||
"styled_suffix": " <=",
|
||||
"prefix": "=> ",
|
||||
"suffix": " <=",
|
||||
"margin": 2,
|
||||
"bold": true,
|
||||
"background_color": "69"
|
||||
},
|
||||
"h2": {
|
||||
"styled_prefix": "## ",
|
||||
"prefix": "## ",
|
||||
"margin": 4
|
||||
},
|
||||
"h3": {
|
||||
"styled_prefix": "### ",
|
||||
"prefix": "### ",
|
||||
"margin": 6
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"image": {
|
||||
"color": "123",
|
||||
"prefix": "[Image: ",
|
||||
"suffix": "]"
|
||||
"block_prefix": "[Image: ",
|
||||
"block_suffix": "]"
|
||||
},
|
||||
"image_text": {
|
||||
"color": "8"
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"link": {
|
||||
"color": "123",
|
||||
"underline": true,
|
||||
"prefix": "(",
|
||||
"suffix": ")"
|
||||
"block_prefix": "(",
|
||||
"block_suffix": ")"
|
||||
},
|
||||
"link_text": {
|
||||
"color": "123",
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"level_indent": 4
|
||||
},
|
||||
"item": {
|
||||
"prefix": "• "
|
||||
"block_prefix": "• "
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user