function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SarfarajSarfaraj 

Change in the editor interface of this forum: strange issue with angular brackets

Seems like the editor interface is updated to remove all angular brackets (< & >) and all contents enclosed within them. May be a security enhancement. Some of the members may have found this issue while posting codes in the forum. Only solution that I found so far is to html escape your code, i.e. replace all angular brackets with their respective equivalent escaped characters. 

Example:
To post this code:
<style>
      .someClass{
      }
</style>
You have to write,
User-added image

If someone has found any easier way, please share.

--Akram
Prosenjit Sarkar 7Prosenjit Sarkar 7
I am facing problem to post apex codes also. i.e Answer is not getting posted.
SarfarajSarfaraj
Me too
Amit Chaudhary 8Amit Chaudhary 8
Right i am also facing same issue. Please let me know if you found any solution 
https://developer.salesforce.com/forums/ForumsMain?id=906F0000000BNiTIAW

Thank
Amit Chaudhary
Prosenjit Sarkar 7Prosenjit Sarkar 7
public class test {

}

<apex:page>
</apex:page>

Test codes are working. I think the problem is solved.
Amit Chaudhary 8Amit Chaudhary 8
Hi All,

It look like now issue is resloved. 

Thanks,
Amit Chaudhary
SarfarajSarfaraj
Thanks for the update. It is great that the issue is resolved.