diff options
author | burner1024 <burner1024@users.noreply.github.com> | 2020-03-19 04:43:11 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 22:43:11 +0100 |
commit | 6616d105d1c7fd939086aeb251c2628b12873a31 (patch) | |
tree | b163b7e7a52afd97139f5801c4fc52639ae8e7bd /matterbridge.toml.sample | |
parent | 6b4b19194ec40c79569bc692a6557e78f338ded9 (diff) | |
download | matterbridge-msglm-6616d105d1c7fd939086aeb251c2628b12873a31.tar.gz matterbridge-msglm-6616d105d1c7fd939086aeb251c2628b12873a31.tar.bz2 matterbridge-msglm-6616d105d1c7fd939086aeb251c2628b12873a31.zip |
Add markdownv2 mode for telegram documentation, see #1032 (#1037)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index d89b505f..bd609857 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -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) |