Is there a way to display Rich Text?

$w.onReady(() => {
	$w('#text').html  = myRichTextString;
})