Default HTML cleansing in FeinCMS
Project description
This is the FeinCMS HTML cleansing function which lived under the name of feincms.utils.html.cleanse.cleanse_html, and has been moved to its own repository now to be usable in other projects, and to not set a precedent for a particular HTML cleaning technique in FeinCMS anymore.
Usage is simple:
from feincms_cleanse import cleanse_html >>> cleanse_html(u'<span style="font-weight:bold">some text</span>') u'<strong>some text</strong>'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
feincms-cleanse-6.tar.gz
(5.9 kB
view details)
File details
Details for the file feincms-cleanse-6.tar.gz
.
File metadata
- Download URL: feincms-cleanse-6.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b308f5dccdbf6ce31570a1ca4318563dd162a6797345478db2cdeff9d55a01ee |
|
MD5 | 7f6bc19aa95736d2096f858f33b3fd62 |
|
BLAKE2b-256 | dba0e361494ea1e2a81aa0557109263b55667d51031588d50a8e4ded4f8e8ea6 |