6 lines
277 B
Text
6 lines
277 B
Text
|
Bleach is an HTML sanitizing library that escapes or strips markup
|
||
|
and attributes based on a white list. 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.
|