Liquex.Filter.strip_html

You're seeing just the function strip_html, go back to Liquex.Filter module for more information.

Removes any HTML tags from a string.

Examples

iex> Liquex.Filter.strip_html("Have <em>you</em> read <strong>Ulysses</strong>?", %{})
"Have you read Ulysses?"