• 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; <—
    }

    • This topic was modified 6 years, 1 month ago by jeanwinters.
    • This topic was modified 6 years, 1 month ago by jeanwinters.
Viewing 15 replies - 16 through 30 (of 34 total)
Viewing 15 replies - 16 through 30 (of 34 total)

The topic ‘Why not supported pre in text/html editor’ is closed to new replies.