br_to_newline
Replaces html <br>
tags with newlines \n
Input:
{{ "Hi there. <br> How are we doing today?" | br_to_newline }}
Output:
"Hi there. \n How are we doing today?"
Replaces html <br>
tags with newlines \n
Input:
{{ "Hi there. <br> How are we doing today?" | br_to_newline }}
Output:
"Hi there. \n How are we doing today?"