Replies: 1 comment
-
|
Could you please show an example of a page where this happens. Your code snippet works on playground here |
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.
-
hello one and all,
very frustrating and I've searched around and I'm told that it must be my code. so I have multiple languages in a single file, mostly python, some javascript/jQuery, and some latex/mathjax, again all in one screen.
ace removes the $$ and \ latex delimiter's when it is loading from the div which definitely contains the SS and \ delimiters and associated text and such to when ace loads from the div. I've confirmed exactly this by not loading the below code using ace and just displaying the div and the $$ and \ are intact. however, as soon as I use ace with the below code, the ace editor removes the $$ and \ delimiters and associated text in between. I've tried different modes and such and no luck and there is no intervening code. please make suggestions.
thank you in advance, Lucas
here is my code that loads the ace editor from the div:
Beta Was this translation helpful? Give feedback.
All reactions