haml / haml-rails

let your Gemfile do the talking
MIT License
1.04k stars 169 forks source link

.text.haml files have html escaped content #163

Open cesarizu opened 5 years ago

cesarizu commented 5 years ago

Maybe this is better reported here than in haml/haml#1014

On haml 5.1.1 and haml-rails 2.0.1, all text in .text.haml files is html escaped. Using escape_filter_interpolations doesn't seem to help. This seems to be related: rails/rails#8235

Is there any way to disable escaping on text.haml files altogether?

cesarizu commented 5 years ago

PR at haml/haml#1015