Hi,
I would use node-red to create a bot able to grab specific info online through cheerio and send using telegram.
To do that, I would convert html to markdownV2, in order to maintain links and some formatting.
I tried to use node-red-contrib-turndown node, but - as the node effectively transforms formatting - I noticed that markdown special characters are not escaped:
Asterisk *
Underscore _
Curly braces { }
Square brackets
Brackets ( )
Hash #
Plus +
Minus -
Period .
Exclamation point !
So, if I try to send them to telegram, it crash because of errors in parsing.
Node has no configuration, so I don't know what to do... someone else had experienced this? Did I something wrong?