We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2394c commit 2607670Copy full SHA for 2607670
pkg/msgconv/msgconv.go
@@ -45,6 +45,8 @@ func New(br *bridgev2.Bridge) *MessageConverter {
45
}
46
mc.HTMLParser = &format.HTMLParser{
47
PillConverter: mc.convertPill,
48
+ Newline: "\n",
49
+ TabsToSpaces: 4,
50
BoldConverter: func(text string, ctx format.Context) string {
51
return "*" + text + "*"
52
},
0 commit comments