Replies: 2 comments
-
This is not related to ace, something in your code is escaping them to make safe for html. |
Beta Was this translation helpful? Give feedback.
0 replies
-
replacing innerhtml with innertext fixed the issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I use special characters like
<
and>=
, they are displayed as<
and>=
instead.example
How do I get the
>
and<
characters to display properly?Beta Was this translation helpful? Give feedback.
All reactions