The most common requirement for formatting the text is the ability to insert new line in the resulting document. Putting the text in the new line in comment doesn't help. Both HTML and RTF ignore new line in their source text and continue to display text on the same line. HTML inserts one space before this text only.

You can use <para> tag in your XML comments to start new paragraph.

See Also

<para> Tag