We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
added possibility to escape formatting characters
a70c299
see #562
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.
Sorry, something went wrong.
No branches or pull requests
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€1€object2:
(I tried "~", "~~" and "~~~" to escape, but it didn't work)
The text was updated successfully, but these errors were encountered: