mirror of
https://github.com/kemko/liquid.git
synced 2026-01-03 16:55:40 +03:00
320 B
320 B
title
| title |
|---|
| strip_html |
Removes any HTML tags from a string.
Input
```liquid {% raw %} {{ "Have you read Ulysses?" | strip_html }} {% endraw %} ```Output
```text {{ "Have you read Ulysses?" | strip_html }} ```