Skip to content

Commit

Permalink
Update escape filter reference summary
Browse files Browse the repository at this point in the history
Added more context/ explanation for escape filter

Fixes issue in dev docs Shopify/shopify-dev#26494
  • Loading branch information
liamgriffin committed Sep 28, 2022
1 parent 456be2f commit f21d1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/liquid/standardfilters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def capitalize(input)
# @liquid_type filter
# @liquid_category string
# @liquid_summary
# Escapes a string.
# Escapes special characters in HTML, such as `<>`, `'`, and `&`, and converts characters into escape sequences. The filter doesn't effect characters within the string that don’t have a corresponding escape sequence.".
# @liquid_syntax string | escape
# @liquid_return [string]
def escape(input)
Expand Down

0 comments on commit f21d1c5

Please sign in to comment.