We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1dce76 commit ec32eedCopy full SHA for ec32eed
1 file changed
app/helpers/application_helper.rb
@@ -2,7 +2,8 @@ module ApplicationHelper
2
OPTIONS = {
3
hard_wrap: true,
4
link_attributes: {rel: "nofollow", target: "_blank"},
5
- no_intra_emphasis: true
+ no_intra_emphasis: true,
6
+ escape_html: true
7
}.freeze
8
9
EXTENSIONS = {
0 commit comments