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
The toMarkdownV2 function has inconsistent behavior: if its input has entities, all special characters get properly escaped, but when there are no entities or even it's an empty array, nothing happens.
I think it really should escape the special characters every time. It must output a valid Markdown and not cause errors when passing its result to a Telegraf's own Markdown parser.