Hello,
First of all, thank you for spending the time to create Slang! I've used Haml in the past and personally enjoy how Slang differs from it (I hope that doesn't change anytime soon!).
As I was playing around with Slang, I noticed that the ampersand symbol (&) always gets converted to &. This doesn't work so well when you want to use HTML entities like © and €.
Input: €
Expected output: €
Actual output: €
Would love to have some feedback on this!
Hello,
First of all, thank you for spending the time to create Slang! I've used Haml in the past and personally enjoy how Slang differs from it (I hope that doesn't change anytime soon!).
As I was playing around with Slang, I noticed that the ampersand symbol (
&) always gets converted to&. This doesn't work so well when you want to use HTML entities like©and€.Input:
€Expected output:
€Actual output:
€Would love to have some feedback on this!