Currently, the CSS attributes are being cleaned by the bleach.clean method. This Pull Request adds support to allow CSS properties on the pages instead of removing them.
Fixes #530
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
By creating blog post with different image alignments
Checklist:
[x] My code follows the style guidelines of this project
[x] I have not added a commit to any .db files as part of my pull request
[x] I have performed a self-review of my own code
[x] I have commented on my code, particularly in hard-to-understand areas
[x] My changes generate no new warnings
[x] Any dependent changes have been merged and published in downstream modules
Description
Currently, the CSS attributes are being cleaned by the bleach.clean method. This Pull Request adds support to allow CSS properties on the pages instead of removing them.
Fixes #530
Type of change
How Has This Been Tested?
By creating blog post with different image alignments
Checklist: