-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown should be escaped when converting to XML #365
Comments
@gwprice @mikigoyal Where did we land on escaping issues? |
@Slater-Victoroff I'm not sure what you mean. I was looking at escaping in the mako templates. I don't know anything about escaping functionality in coffee. |
Bumping this issue - it really causes issues when giving R code examples in a class we're making. |
Is this still a problem in the latest version of the codebase? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here:
https://github.com/edx/edx-platform/blob/master/common/lib/xmodule/xmodule/js/src/problem/edit.coffee#L191
This code (toXML) doesn't escape "&""<"">" to HTML entities, which may cause the resulted XML to be invalid.
The text was updated successfully, but these errors were encountered: