the editor will do that when you’re in visual mode.
What are you trying to accomplish?
Thank you for your response.I am trying to posting a blog which consists of some lines of codes that contains < and > tag and I found that in some posts these tags are replaced with > and &it . So I am expecting the best solution to resolve this issue. I am trying to find out by myself but I am fed up with this issue.Here is one of the post in which I am getting this issue http://data-flair.training/blogs/install-deploy-run-cloudera-hadoop-cdh5-apache-2-x-on-centos/
You should add code to the Text tab. Code added to the Visual tab is ‘escaped’.
Put the code inside a block you mark as “preformatted” or as “code”.
Oh sorry, I see what you’re trying to do. What Steve said.
Thanks for the response Jacob.The code is escaped in Visual editor but whenever we see our post in browser it is converted to unescaped but this was not happening in my case.I got the issue , It was related to my syntax highlighter.Thanks