Skip to content
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

URLs and other attributes not being escaped #25

Open
davidearl opened this issue Jun 23, 2016 · 0 comments
Open

URLs and other attributes not being escaped #25

davidearl opened this issue Jun 23, 2016 · 0 comments

Comments

@davidearl
Copy link

[link](http://example.com?one=one&two=two)
(and similar) should translate as
<a href="http://example.com?one=one&amp;two=two>...</a>
but it doesn't, it isn't escaping the ampersand.

Similarly an ampersand in title or alt for an image is not being escaped, and nor are double quotes (if you could get those in there in the first place, as there is a separate bug preventing this which I shall add in a moment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant