Compress heading styles

This commit is contained in:
Christian Muehlhaeuser
2019-12-13 03:00:45 +01:00
parent ee04de7ba0
commit 219f21c4e7
4 changed files with 22 additions and 41 deletions
+9 -18
View File
@@ -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": {},