Update escape filter reference summary

Added more context/ explanation for escape filter

Fixes issue in dev docs https://github.com/Shopify/shopify-dev/pull/26494
This commit is contained in:
liamgriffin
2022-09-28 12:24:46 +01:00
parent 456be2f75e
commit f21d1c5d9d
+1 -1
View File
@@ -73,7 +73,7 @@ module Liquid
# @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 dont have a corresponding escape sequence.".
# @liquid_syntax string | escape
# @liquid_return [string]
def escape(input)