1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-03 03:42:38 +02:00

Tilde characters may be escaped

This commit is contained in:
Attila Vachter
2018-04-23 15:09:30 +02:00
parent 0a842fb5b1
commit 113c6d2b21
3 changed files with 6 additions and 3 deletions

View File

@@ -1955,7 +1955,7 @@ class Parsedown
# Read-Only
protected $specialCharacters = array(
'\\', '`', '*', '_', '{', '}', '[', ']', '(', ')', '>', '#', '+', '-', '.', '!', '|',
'\\', '`', '*', '_', '{', '}', '[', ']', '(', ')', '>', '#', '+', '-', '.', '!', '|', '~'
);
protected $StrongRegex = array(