NAME
NewlinesStringToOneHtmlParagraph — Convert newlines into HTML line breaks, put into paragraph.
SYNOPSIS
NewlinesStringToOneHtmlParagraph String
DESCRIPTION
Return Value
The HTML paragraph.
Arguments
StringThe string to convert.
More Info
Note that this will (1) remove any trailing newlines, (2) convert any newlines to HTML line breaks (viz.
tags), and (3) wrap the string with HTML paragraph tags.

For information regarding exceptions / errors, see here.
EXAMPLES
% NewlinesStringToOneHtmlParagraph {Line one\nLine two\nLine three\n\n}

Line one
Line two
Line three


SEE ALSO
HtmlParagraphsFromDoubleNewlinesString
KEYWORDS
conversion, html, string, text