import ".." MatrixText { property string formatted: model.data.formattedBody text: "" + formatted.replace("
", "
")
	width: parent ? parent.width : undefined
	height: isReply ? Math.min(chat.height / 8, implicitHeight) : undefined
	clip: true
}