Update all deps

This commit is contained in:
Tulir Asokan
2020-03-27 10:27:03 +02:00
parent 3a9642386c
commit ac356031ac
3 changed files with 43 additions and 113 deletions

View File

@ -74,7 +74,7 @@ func NewFormatter(bridge *Bridge) *Formatter {
MonospaceConverter: func(text string) string {
return fmt.Sprintf("```%s```", text)
},
MonospaceBlockConverter: func(text string) string {
MonospaceBlockConverter: func(text, language string) string {
return fmt.Sprintf("```%s```", text)
},
},