python/bleach: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
09111ad83c
commit
11f954564e
|
@ -1,11 +1,11 @@
|
|||
Bleach is a whitelist-based HTML sanitizing library that escapes or strips
|
||||
markup and attributes.
|
||||
Bleach is a whitelist-based HTML sanitizing library that escapes or
|
||||
strips markup and attributes.
|
||||
|
||||
Bleach can also linkify text safely, applying filters that Django's urlize
|
||||
filter cannot, and optionally setting rel attributes, even on links already in
|
||||
the text.
|
||||
Bleach can also linkify text safely, applying filters that Django's
|
||||
urlize filter cannot, and optionally setting rel attributes, even on
|
||||
links already in the text.
|
||||
|
||||
Bleach is intended for sanitizing text from untrusted sources. If you find
|
||||
yourself jumping through hoops to allow your site administrators to do lots of
|
||||
things, you're probably outside the use cases. Either trust those users, or
|
||||
don't.
|
||||
Bleach is intended for sanitizing text from untrusted sources. If you
|
||||
find yourself jumping through hoops to allow your site administrators
|
||||
to do lots of things, you're probably outside the use cases. Either
|
||||
trust those users, or don't.
|
||||
|
|
Loading…
Reference in New Issue