You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently to achieve this functionality I have switched the html_escape functionality inside haml.js to just return the text, though I'm sure this is going to break tests and is a short term solution.
Thanks.
The text was updated successfully, but these errors were encountered:
Currently passing:
Results in:
Is there a way to prevent escaping so the final output so the final result looks more like:
Currently to achieve this functionality I have switched the html_escape functionality inside haml.js to just return the text, though I'm sure this is going to break tests and is a short term solution.
Thanks.
The text was updated successfully, but these errors were encountered: