strip_html

Removes any HTML tags from a string.

Input

{{ "Have <em>you</em> read <strong>Ulysses</strong>?" | strip_html }}

Output

Have you read Ulysses?

© 2005, 2006 Tobias Luetke
Licensed under the MIT License.
https://shopify.github.io/liquid/filters/strip_html/