How to format and change the text of a message in messengers?
messengers allows you to format the text inside your messages. Please note that it is not possible to disable this feature.
Italic
To italicize a message, place an underscore on both sides of the text:
_text_
Bold
To highlight a message in bold, place an asterisk on both sides of the text:
*text*
Crossed out
To cross out your message, place a tilde on both sides of the text:
~text~
Monospaced font
To do this, place three reverse labels on both sides of the text:
`'text ``
Line break
You can break the message text via the API using a Post request \n
And also via Get, if you send %0A, for example: body = 1%0A2,
we will get:
1
2