diff --git a/REFERENCE.md b/REFERENCE.md index 707c01edad..00c8178045 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1120,8 +1120,8 @@ is compiled to

I really prefer raspberry jam.

-Currently, filters ignore the {Haml::Options#escape_html `:escape_html`} option. -This means that `#{}` interpolation within filters is never HTML-escaped. +Note that `#{}` interpolation within filters is HTML-escaped if you specify +{Haml::Options#escape_html `:escape_html`} option. The functionality of some filters such as Markdown can be provided by many different libraries. Usually you don't have to worry about this - you can just