Skip to content

Commit

Permalink
Support strikethrough on Telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Dec 29, 2021
1 parent 42b6110 commit d9b292f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bridge/telegram/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ func makeHTML(input string) string {
blackfriday.EXTENSION_SPACE_HEADERS|
blackfriday.EXTENSION_HEADER_IDS|
blackfriday.EXTENSION_BACKSLASH_LINE_BREAK|
blackfriday.EXTENSION_DEFINITION_LISTS))
blackfriday.EXTENSION_DEFINITION_LISTS|
blackfriday.EXTENSION_STRIKETHROUGH))
}

0 comments on commit d9b292f

Please sign in to comment.