strip_html 去除字符串中所有的 HTML 标签

去除字符串中的所有 HTML 标签。

输入

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

输出

Have you read JekyllDo?