sketch-markup-listify icon indicating copy to clipboard operation
sketch-markup-listify copied to clipboard

HTML encoded strings

Open goblindegook opened this issue 9 years ago • 3 comments

Exported strings aren't HTML encoded. For example:

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

Should be rendered as:

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

goblindegook avatar Sep 28 '16 15:09 goblindegook

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

marisaroque avatar Sep 30 '16 16:09 marisaroque

@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!

marisaroque avatar Oct 03 '16 10:10 marisaroque

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

Thanks!

goblindegook avatar Oct 03 '16 11:10 goblindegook