Skip to content

Commit

Permalink
Merge pull request #8 from imachug/telegram-formatting
Browse files Browse the repository at this point in the history
Support strikethrough on Telegram
  • Loading branch information
podivilov authored Dec 29, 2021
2 parents c5a7e92 + d9b292f commit 74a26d7
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 74a26d7

Please sign in to comment.