Modifiers

strip_tags

The strip_tags modifier removes HTML and shortcodes from a value.

Example#

php
{{ content | strip_tags }}

Use it before text-only modifiers when the source may contain markup.