Is it possible, in Rails 3.1, to escape HTML in markdown in HAML to avoid XSS? I mean when you do something like:
:markdown
Hello #{@user.name}
Thanks.
|
Is it possible, in Rails 3.1, to escape HTML in markdown in HAML to avoid XSS? I mean when you do something like:
Thanks.
| |||||||||||
feedback
|
|
For now I created this:
and to make it easy to use it directly:
It seems to work for now. Does anybody have a comment? | |||||
feedback
|