mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
Do not surround in-line code with spaces
This commit is contained in:
@@ -87,8 +87,8 @@ func glamourStyle() []byte {
|
||||
"format": "Image: {{.text}} →"
|
||||
},
|
||||
"code": {
|
||||
"prefix": " ",
|
||||
"suffix": " ",
|
||||
"prefix": "",
|
||||
"suffix": "",
|
||||
"color": "203",
|
||||
"background_color": "236"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user