Change in html rendering behavior

I’ve been using this to display multi-line content in a table:

dimension: variations {
description: “control and treatment”
sql: concat("T: ",
${treatment_variation}, "\nC: ",
${control_variation}) ;;
html: {{ value | newline_to_br }} ;;

}

Unfortunately this no longer works and simply prints out the line break tag:

Is this an intended change (if so, how should I fix) or a bug?

Seems to have been fixed!