mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 00:47:15 -04:00
Use format strings in default dark style
This commit is contained in:
+6
-5
@@ -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}}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user