My application features a CMS for editing Django templates.
Whenever I type something like
{% sometag %}
TinyMCE will actually store
{%<span>sometag</span>%}
Is there any way to prevent TinyMCE from doing this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok! I got it. The elements were only being added when I pasted content. And there’s a TinyMCE initialization setting to stop this