0

Does anyone have any insight into what might be different in Ember/Ember CLI, compared to a Rails delivered global app, to not render hex characters correctly?

I have/had an Ember 1.7 app that I build a Math Editor in. I render very simple buttons with hex chars like ∛ (<div>&#x221b;</div>) but in the new CLI app it gets escaped.

Im just curious if there is a setting or something that I missing in the way CLI handles templates that may be causing this issue.

UPDATE I have static chars in the template itself. In some cases I have data that gets returned from the server (previous user input) and I have user generated chars that are input when using the editor.

4

0 回答 0