import ".." MatrixText { property string formatted: model.data.formattedBody text: "" + formatted.replace("
", "
")
	width: parent ? parent.width : undefined
}