newline_to_br v1.9.1 Replaces every newline (\n) in a string with an HTML line break (<br />). Input {% capture string_with_newlines %} Hello there {% endcapture %} {{ string_with_newlines | newline_to_br }} Output <br/>Hello<br/>there<br/>