$escapeCharacters protected property
These are "escapeable" characters. When using one of these prefixed with a backslash, the character will be outputted without the backslash and is not interpreted as markdown.
protected array $escapeCharacters = ['\\', '`', '*', '_', '~']
Please login to continue.