mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-03 07:27:19 -04:00
Compress heading styles
This commit is contained in:
+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": {},
|
||||
|
||||
Reference in New Issue
Block a user