mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
277 B
Plaintext
6 lines
277 B
Plaintext
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.
|