react-quill icon indicating copy to clipboard operation
react-quill copied to clipboard

Disable html tag conversions

Open adrianszablowski opened this issue 1 year ago • 1 comments

Issue Summary: I am able to disable html tag conversion? I know that this can lead to cross site scripting (XSS), but I need this option badly. Thank you for any response.

Environment: React version: "18.2.0" react-quill: "2.0.0"

adrianszablowski avatar Mar 01 '24 09:03 adrianszablowski

I used the unescape function from lodash on the received text from quill, so I have html tags

adrianszablowski avatar Mar 01 '24 12:03 adrianszablowski