{"title":"strip_html - Liquid Filter Reference","slug":"strip-html-filter-reference","url":"https://support.storeconnect.com/articles/strip-html-filter-reference","url_markdown":"https://support.storeconnect.com/articles/strip-html-filter-reference.md","subtitle":null,"summary":"Strips all HTML tags from a string, returning only the plain text content. Use `strip_html` to clean markup from rich text fields.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, strip_html, text, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nRemoves all whitespace (tabs, spaces, and newlines) from both the left and right sides of a string. It does not affect spaces between words.\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | string |\n| **Category** | text |\n\n## Examples\n\n\n```liquid\n\n{{ \"\u003cp\u003eThe quick \u003cstrong\u003ebrown\u003c/strong\u003e fox jumps over the \u003cem\u003elazy\u003c/em\u003e dog\u003c/p\u003e\" | strip_html }}\n```\n\n\n**Output:** `The quick brown fox jumps over the lazy dog`"}