you can use it recursively const value = "hello"; const t = unsafe<b>${ value }</b>; // direct text const result = unsafe<i> ${ t } ${ [t,t,t] } </i> const result2 = unsafe<i> ${ [t,t,t,"world"] } </i> // also mixes / array
<b>${ value }</b>
<i> ${ t } ${ [t,t,t] } </i>
<i> ${ [t,t,t,"world"] } </i>
you can use it recursively const value = "hello"; const t = unsafe
<b>${ value }</b>; // direct text const result = unsafe<i> ${ t } ${ [t,t,t] } </i>const result2 = unsafe<i> ${ [t,t,t,"world"] } </i>// also mixes / array