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}} →"
},
"code": {
"prefix": " ",
"suffix": " ",
"prefix": "",
"suffix": "",
"color": "203",
"background_color": "236"
},