diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:09:38 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:53 -0400 |
commit | 11f954564e9dd7b7bca90fc3c512b067ab96f239 (patch) | |
tree | 327b55b18465d6b07b458d4e2e5c409c03e01dad /python | |
parent | 09111ad83cf84198f39e18fe6649ee5d6c4a028c (diff) |
python/bleach: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/bleach/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python/bleach/README b/python/bleach/README index 2b3732bd9e8d..d9d63687ea4a 100644 --- a/python/bleach/README +++ b/python/bleach/README @@ -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. |