django-quill-editor
django-quill-editor copied to clipboard
POSTing form data breaks html inline styles
POSTing Quill form data to DRF APIView breaks the html by adding \
characters such that the html does not work.
For example:
<p><span class=\"ql-font-monospace\">Seeing if this helps.</span></p>
This can be seen in the console as well:
This project did not consider DRF, but you can write separate javascript code and convert it to the data format sent by DRF. I'm still working on resolving this issue.