Apply special markup to first-level headings in default dark style

This commit is contained in:
Christian Muehlhaeuser
2019-12-07 10:02:52 +01:00
parent a0cc8eba36
commit a6ea92a2d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
},
"h1": {
"prefix": "\n ",
"format": "=> {{.text}} <=",
"format": "=> {{(Join (Split .text \"\") \" \")}} <=",
"margin": 2,
"bold": true,
"background_color": "69"