mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Lets be consistent with hyphenation
This commit is contained in:
parent
90439ef882
commit
9b1f54b9d3
@ -47,7 +47,7 @@ $parsedown = new Parsedown;
|
|||||||
$parsedown->setSafeMode(true);
|
$parsedown->setSafeMode(true);
|
||||||
```
|
```
|
||||||
|
|
||||||
If instead, you wish to allow HTML within untrusted user input, but still want
|
If instead, you wish to allow HTML within untrusted user-input, but still want
|
||||||
output to be free from XSS it is recommended that you make use of a HTML sanitiser
|
output to be free from XSS it is recommended that you make use of a HTML sanitiser
|
||||||
that allows HTML tags to be whitelisted, like [HTML Purifier](http://htmlpurifier.org/).
|
that allows HTML tags to be whitelisted, like [HTML Purifier](http://htmlpurifier.org/).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user