Loading docs/ref/utils.txt +2 −2 Original line number Diff line number Diff line Loading @@ -568,11 +568,11 @@ escaping HTML. .. function:: remove_tags(value, tags) Removes a list of [X]HTML tag names from the output. Removes a space-separated list of [X]HTML tag names from the output. For example:: remove_tags(value, ["b", "span"]) remove_tags(value, "b span") If ``value`` is ``"<b>Joel</b> <button>is</button> a <span>slug</span>"`` the return value will be ``"Joel <button>is</button> a slug"``. Loading Loading
docs/ref/utils.txt +2 −2 Original line number Diff line number Diff line Loading @@ -568,11 +568,11 @@ escaping HTML. .. function:: remove_tags(value, tags) Removes a list of [X]HTML tag names from the output. Removes a space-separated list of [X]HTML tag names from the output. For example:: remove_tags(value, ["b", "span"]) remove_tags(value, "b span") If ``value`` is ``"<b>Joel</b> <button>is</button> a <span>slug</span>"`` the return value will be ``"Joel <button>is</button> a slug"``. Loading