Why not supported pre in text/html editor
-
Hello! Recently installed the plugin, but found out that it’s not supported pre effect in text/html editor mode. Version wordpress 5.2.4.
I want:
`js
var start_x:int = 50;
var start_y:int = 150;if (s=2){
____start_x = 150;
}
`
and at the website it shows as:
var start_x:int = 50;
var start_y:int = 150;if (s=2){
start_x = 150; <—
}
- The topic ‘Why not supported pre in text/html editor’ is closed to new replies.