sketch-markup-listify
sketch-markup-listify copied to clipboard
HTML encoded strings
Exported strings aren't HTML encoded. For example:
<li>Ampersands & Co. <3</li>
Should be rendered as:
<li>Ampersands & Co. <3</li>
Yes, you are totally right, @goblindegook. I will fix it right away. Thank you very much for letting me know!
@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!