Hello World!
" %} {{ html_text | strip_html }} ``` Key points: - Common string filters: - Can be chained: `{{ string | strip_html | strip | capitalize }}` - Useful for cleaning up rich text before display - Safe to use on strings without HTML Reference: [Shopify String Filters](https://shopify.dev/docs/api/liquid/filters#html-filters)