mirror of
https://github.com/kemko/liquid.git
synced 2026-01-05 01:35:41 +03:00
255 B
255 B
title
| title |
|---|
| strip_html |
Removes any HTML tags from a string.
{% raw %}
{{ "Have <em>you</em> read <strong>Ulysses</strong>?" | strip_html }}
{% endraw %}
{{ "Have <em>you</em> read <strong>Ulysses</strong>?" | strip_html }}