Hello everyone,
I am using Django and TailwindCSS to create a simple blog application, and I added CKEditor 5 to edit my main content, so I created a blog list and when I add content via CKEditor it shows elements such as <i><p>
etc, and solution is that I add |safe to my html and it will render Ok.
I did that and added |safe in html but after that content style shows different on front page, I will add image to show what I mean:
Content is OK, no <i><p>
but style is different from my original design…
What is the solution for this, can someone help me, I am learning Django just to inform.
Thank you