Skip to content

Escaping Formatting Characters '*' and '~' #562

Closed
@Kuhkaefer

Description

@Kuhkaefer

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions