Do not surround in-line code with spaces

This commit is contained in:
2024-04-05 15:37:02 -04:00
parent 3e37ae8173
commit 34a01f3688
+2 -2
View File
@@ -87,8 +87,8 @@ func glamourStyle() []byte {
"format": "Image: {{.text}} →" "format": "Image: {{.text}} →"
}, },
"code": { "code": {
"prefix": " ", "prefix": "",
"suffix": " ", "suffix": "",
"color": "203", "color": "203",
"background_color": "236" "background_color": "236"
}, },