Converting Text to HTML

Thanks. Here is what worked:

 replace([Text:], char(10), '<br/>')

I’ve also added an example of producing HTML from text. It converts a bulleted list into a proper ul and li HTML elements.

build-html.morph (8.1 KB)