mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-03 15:37:17 -04:00
Compress heading styles
This commit is contained in:
+9
-17
@@ -5,6 +5,11 @@
|
||||
"suffix": "\n\n",
|
||||
"color": "252"
|
||||
},
|
||||
"heading": {
|
||||
"suffix": "\n",
|
||||
"color": "39",
|
||||
"bold": true
|
||||
},
|
||||
"h1": {
|
||||
"suffix": "\n\n",
|
||||
"styled_prefix": " ",
|
||||
@@ -15,31 +20,18 @@
|
||||
},
|
||||
"h2": {
|
||||
"prefix": "\n",
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "## ",
|
||||
"color": "39",
|
||||
"bold": true
|
||||
"styled_prefix": "## "
|
||||
},
|
||||
"h3": {
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "### ",
|
||||
"color": "39",
|
||||
"bold": true
|
||||
"styled_prefix": "### "
|
||||
},
|
||||
"h4": {
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "#### ",
|
||||
"color": "39",
|
||||
"bold": true
|
||||
"styled_prefix": "#### "
|
||||
},
|
||||
"h5": {
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "##### ",
|
||||
"color": "39",
|
||||
"bold": true
|
||||
"styled_prefix": "##### "
|
||||
},
|
||||
"h6": {
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "###### ",
|
||||
"color": "35",
|
||||
"bold": false
|
||||
|
||||
+9
-18
@@ -5,6 +5,11 @@
|
||||
"suffix": "\n\n",
|
||||
"color": "234"
|
||||
},
|
||||
"heading": {
|
||||
"suffix": "\n",
|
||||
"color": "27",
|
||||
"bold": true
|
||||
},
|
||||
"h1": {
|
||||
"suffix": "\n\n",
|
||||
"styled_prefix": " ",
|
||||
@@ -15,33 +20,19 @@
|
||||
},
|
||||
"h2": {
|
||||
"prefix": "\n",
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "## ",
|
||||
"color": "27",
|
||||
"bold": true
|
||||
"styled_prefix": "## "
|
||||
},
|
||||
"h3": {
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "### ",
|
||||
"color": "27",
|
||||
"bold": true
|
||||
"styled_prefix": "### "
|
||||
},
|
||||
"h4": {
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "#### ",
|
||||
"color": "27",
|
||||
"bold": true
|
||||
"styled_prefix": "#### "
|
||||
},
|
||||
"h5": {
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "##### ",
|
||||
"color": "27",
|
||||
"bold": true
|
||||
"styled_prefix": "##### "
|
||||
},
|
||||
"h6": {
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "###### ",
|
||||
"color": "27",
|
||||
"bold": false
|
||||
},
|
||||
"text": {},
|
||||
|
||||
+3
-5
@@ -4,29 +4,27 @@
|
||||
"prefix": "\n\n",
|
||||
"suffix": "\n\n"
|
||||
},
|
||||
"heading": {
|
||||
"suffix": "\n"
|
||||
},
|
||||
"h1": {
|
||||
"suffix": "\n\n",
|
||||
"styled_prefix": "# "
|
||||
},
|
||||
"h2": {
|
||||
"prefix": "\n",
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "## "
|
||||
},
|
||||
"h3": {
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "### "
|
||||
},
|
||||
"h4": {
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "#### "
|
||||
},
|
||||
"h5": {
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "##### "
|
||||
},
|
||||
"h6": {
|
||||
"suffix": "\n",
|
||||
"styled_prefix": "###### "
|
||||
},
|
||||
"text": {},
|
||||
|
||||
Reference in New Issue
Block a user