-
Notifications
You must be signed in to change notification settings - Fork 5
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
Smoothie Escaping Function ->
#10
Comments
No this is probably a bug, nice find. |
Is there a way to work around in the interim? How are you doing this kind of thing in your templates? |
I have pretty simple templates. If you can find the bug I happily merge. I think it is caused by one of the escaping steps. |
I only have time to look into it myself in a few days. 😬 |
I also have a list of things to do as long as my arm.... 😨 |
I wrote a test for it and it seems to succeed, can you check our elixir-smoothie npm package version? The most recent version is 2.0.3. |
My mistake, it was indeed not working. Published a fix as elixir-smoothie 2.0.5. Let me know if it solved the issue for you. |
Thanks for taking a look. Sorry for the slow reply - we have a new baby in the house :) I'm having trouble getting up and running with smoothie, so am not having much luck figuring out if this fix worked! Can variables in |
I suspect my issues might be fixed by your new version mentioned in #11 |
We should just create a test for this. I'll try to get to it eventually. |
Yes this should be fixed |
Hi there,
Not sure if I'm doing something incorrectly, but trying to repeat some HTML blocks in a template that is to be processed by smoothie:
It would appear that smoothie is escaping the
->
at the end of the function literal:Note it has compiled to a
->
.Is there a way I'm supposed to be doing this differently?
The text was updated successfully, but these errors were encountered: