I had done this with markdown before following the book practical django projects but now I wish to use CKEditor on my blog and it just spits out the raw HTML I’ve checked docs. I imagine I am just not using the correct filter? IF anybody knows the answer please let me know. Thanks
I had done this with markdown before following the book practical django projects but
Share
If you want to display HTML on your template you need to use the
safefilter (documentation).Example: