nurugger07 / calliope

An elixir haml parser
Apache License 2.0
198 stars 37 forks source link

Add optional escaping to interpolated values #68

Open bobjflong opened 8 years ago

bobjflong commented 8 years ago

Please feel free to push me in the direction of something more idiomatic if this isn't working, I'm pretty new to Elixir.

I have a need for auto escaping of interpolated values. As mentioned by https://github.com/nurugger07/calliope/issues/24. In my opinion one advantage of templating libraries is taking care of those kinds of problems. It might even be a good idea for this to be a default 💭

Thanks!