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:
@@ -1955,7 +1955,7 @@ class Parsedown
|
||||
# Read-Only
|
||||
|
||||
protected $specialCharacters = array(
|
||||
'\\', '`', '*', '_', '{', '}', '[', ']', '(', ')', '>', '#', '+', '-', '.', '!', '|',
|
||||
'\\', '`', '*', '_', '{', '}', '[', ']', '(', ')', '>', '#', '+', '-', '.', '!', '|', '~'
|
||||
);
|
||||
|
||||
protected $StrongRegex = array(
|
||||
|
Reference in New Issue
Block a user