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
+3 -5
View File
@@ -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": {},