Remove HTML tags from the input string
This filter has no attributes.
{{ "<b>bold text</b> and <div>other HTML tags</div>" | strip_html }} # => "bold text and other HTML tags"
This filter currently has no FAQ questions.