Skip to content

Commit

Permalink
Add markdownv2 mode for telegram documentation, see #1032 (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 authored Mar 18, 2020
1 parent 6b4b191 commit 6616d10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions matterbridge.toml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -842,10 +842,11 @@ Token="Yourtokenhere"
## Settings below can be reloaded by editing the file

#OPTIONAL (default empty)
#Supported formats are "HTML", "Markdown" and "HTMLNick"
#See https://core.telegram.org/bots/api#html-style
#See https://core.telegram.org/bots/api#markdown-style
#HTMLNick only allows HTML for the nick, the message itself will be html-escaped
#Supported formats are:
#"HTML" https://core.telegram.org/bots/api#html-style
#"Markdown" https://core.telegram.org/bots/api#markdown-style - deprecated, doesn't display links with underscores correctly
#"MarkdownV2" https://core.telegram.org/bots/api#markdownv2-style
#"HTMLNick" - only allows HTML for the nick, the message itself will be html-escaped
MessageFormat=""

#OPTIONAL (default false)
Expand Down

0 comments on commit 6616d10

Please sign in to comment.