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:

ce1118d6-52ef-44fa-ada8-fa2a1be17c88.png

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

0 1 109
1 REPLY 1

Seems to have been fixed!

Top Labels in this Space
Top Solution Authors