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

HTML encoded strings #3

Open
goblindegook opened this issue Sep 28, 2016 · 3 comments
Open

HTML encoded strings #3

goblindegook opened this issue Sep 28, 2016 · 3 comments

Comments

@goblindegook
Copy link

Exported strings aren't HTML encoded. For example:

<li>Ampersands & Co. <3</li>

Should be rendered as:

<li>Ampersands &amp; Co. &lt;3</li>

@marisaroque
Copy link
Owner

Yes, you are totally right, @goblindegook. I will fix it right away.
Thank you very much for letting me know!

@marisaroque
Copy link
Owner

@goblindegook, I committed this change [https://github.com/marisaroque/sketch-markup-listify/commit/9917f081ed84d6db0025ae4b8608e1c63171123a].

I think it's fixed now. I'll close the issue.

Thank you again!

@goblindegook
Copy link
Author

Looks good! I made a couple of suggestions, basically just stuff you can remove from your code without worry.

Thanks!

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

2 participants