signal-cli-rest-api
signal-cli-rest-api copied to clipboard
Escaping Formatting Characters '*' and '~'
Feature Request
It would be nice to be able to escape the formatting characters '*' and '~' in text_mode "styled".
Example: if you send a string that contains two '~', like:
'**price list**\nobject1: ~3€\nobject2: ~1€'
it will be formatted as:
price list object1: ~3€ object2:~ 1€
(I tried "~", "~~" and "~~~" to escape, but it didn't work)
With the next release it is is possible to escape formatting characters by prefixing them with two backslashes.
If you want to give it a try, let me know. Then I can provide you a docker image for testing.