Editor doesn't suport "\&\e\m\s\p; "

Use case or problem

the editor don`t suport these characters, “&\e\m\s\p; &#\8\1\9\5; &\e\n\s\p; &#\8\1\9\4; &\n\b\s\p; &#\1\6\0;”

Are you by any chance using live preview?

The following block of markup:

EM SP
81 95
EN SP
81 94

Produces this output in reading mode:
image

And this in live preview:
image

So the output differs depending on your viewing mode, and the difference is most likely due to live preview using a different markdown engine (aka CodeMirror) then the one used in reading mode (aka Prism).

OK thanks !

Hi @JasonBourne,

Was this topic solved or do you need more information?

yes, this issue has been solved.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.