Use format strings in default dark style

This commit is contained in:
Christian Muehlhaeuser
2019-12-07 09:27:56 +01:00
parent 7ef8fa55d1
commit 3b95e8876e
2 changed files with 7 additions and 6 deletions
+6 -5
View File
@@ -30,14 +30,15 @@
"background_color": "57"
},
"h1": {
"prefix": "\n=> ",
"suffix": " <=",
"prefix": "\n ",
"format": "=> {{.text}} <=",
"margin": 2,
"bold": true,
"background_color": "69"
},
"h2": {
"prefix": "\n# "
"prefix": "\n",
"format": "# {{.text}}"
},
"table": {
"margin": 4
@@ -67,9 +68,9 @@
"background_color": "52"
},
"item": {
"prefix": "• "
"format": "• {{.text}}"
},
"enumeration": {
"prefix": ". "
"format": ". {{.text}}"
}
}