You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to the Telegram provider's notify(... parse_mode='html'|'markdown') parameter, defined as:
parse_mode:
enum:
- markdown
- html
title: Send Markdown or HTML, if you want Telegram apps to show bold, italic,
fixed-width text or inline URLs in your bot's message.
type: string
This is related to the Telegram provider's
notify(... parse_mode='html'|'markdown')
parameter, defined as:in https://notifiers.readthedocs.io/en/latest/providers/telegram.html
markdown
is now considered legacy, and superseded byMarkdownV2
, see: https://core.telegram.org/bots/api#markdownv2-styleThe following code:
Results in:
Happy to take a look and create a PR. Guidance welcome, too.
Thanks for the awesomely useful project.
The text was updated successfully, but these errors were encountered: