Liquid Filter Reference for strip_html - v0.9.5

Filter Name strip_html
Group Text
Version 0.9.5

Description

Removes any newline characters (line breaks) from a string.

Examples

{% capture string_with_newlines %}
Hello
World!
{% endcapture %}

{{ string_with_newlines | strip_newlines }}
HelloWorld!

Back to Filter List

Back to Liquid Reference for 0.9.5

 

 
Back to Documentation