@nicole81813 Yes. My code doesn’t reserve the rich text properties. If you wish to keep these properties try:
$w.onReady(() => {
$w("#dataset1").onReady(() => {
$w("#repeater1").onItemReady($item => {
$item("#description").html =
$item("#description").html.replace(">", ` style="line-height:1.8px">`
})
})
})