strip_html
从字符串中删除所有 HTML 标签。
输入
{{ "Have <em>you</em> read <strong>Ulysses</strong>?" | strip_html }}
输出
Have you read Ulysses?
从字符串中删除所有 HTML 标签。
输入
{{ "Have <em>you</em> read <strong>Ulysses</strong>?" | strip_html }}
输出
Have you read Ulysses?