Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a0309030f6 | |||
| 929b6401cc | |||
| ae97b9e464 |
@@ -1,4 +1,4 @@
|
||||
# unmarkdorn
|
||||
# unmarkdown
|
||||
Library for escaping all markdown symbols
|
||||
|
||||
```php
|
||||
|
||||
@@ -33,7 +33,7 @@ function unmarkdown(string $text, array $exceptions = []): string
|
||||
'<',
|
||||
'!',
|
||||
'`',
|
||||
'\\',
|
||||
'\\\\',
|
||||
'|',
|
||||
'+'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user