ascii - Ace Editor: Disable converting of certain ACSII characters, ie &lt to < -


i'm using ace editor on-site html editor. have problem characters being automatically converted ace editor.

i use "&lt" lot on of pages, can display html snippets text, rather processing html. ace editor converting these "<" automatically.

is there way can disable behavior?

thanks.

converting &lt; < default browser behavior. need use &amp;lt; &lt;. try <textarea> &lt; &amp;lt;</textarea> see same happens without ace.


Comments