We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Exported strings aren't HTML encoded. For example:
<li>Ampersands & Co. <3</li>
Should be rendered as:
<li>Ampersands & Co. <3</li>
The text was updated successfully, but these errors were encountered:
Yes, you are totally right, @goblindegook. I will fix it right away. Thank you very much for letting me know!
Sorry, something went wrong.
@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!
Looks good! I made a couple of suggestions, basically just stuff you can remove from your code without worry.
Thanks!
No branches or pull requests
Exported strings aren't HTML encoded. For example:
<li>Ampersands & Co. <3</li>
Should be rendered as:
<li>Ampersands & Co. <3</li>
The text was updated successfully, but these errors were encountered: