Closed chiragchhatrala closed 1 month ago
The changes in this pull request involve updating the configuration for HTMLPurifier in the api/config/purify.php
file. The main modification is the inclusion of the <u>
HTML element in the HTML.Allowed
configuration, allowing underlined text to be preserved during the HTML filtering process. Other settings in the configuration remain unchanged.
File | Change Summary |
---|---|
api/config/purify.php | Updated HTML.Allowed to include the <u> tag, allowing underlined text in the filtered output. |
Objective | Addressed | Explanation |
---|---|---|
Retain underline formatting in text blocks (#593) | ✅ |
🐰 In the garden where words take flight,
Underlines dance in the soft moonlight.
With a flick of a tag, they twirl and play,
Saving the magic, come what may!
Hooray for the changes, let the text shine bright! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Fixed #593
Summary by CodeRabbit
New Features
<u>
HTML tag, allowing text to be underlined in user-generated content.Bug Fixes