I’m using the sendMessage() method to send messages in markdown mode. I tried different ways of sending a link with bold style on it but it doesn’t work.
This is my markdown:
[*demo*](www.google.com)
*[demo](www.google.com)*
* [demo](www.google.com) *
Besides, bold & italic also doesn’t work when combined:
_*Bold+Italic*_
*_Bold+Italic_*
I’m wondering that is it possible to do what I mentioned?