strip_newlines v1.9.1 Removes any newline characters (line breaks) from a string. Input {% capture string_with_newlines %}Hellothere{% endcapture %}{{ string_with_newlines | strip_newlines }} Output Hellothere