I'd like a line break in the help text produced from <summary> docs.
It seems that line breaks are ignored (understandably). Adding <para> elements doesn't help (in fact, it removed whitespace between paragraphs).
Perhaps a separate issue, but it'd be nice to use the <summary> section for the brief description, and the <remarks> section for more detailed information.
I'd like a line break in the help text produced from
<summary>docs.It seems that line breaks are ignored (understandably). Adding
<para>elements doesn't help (in fact, it removed whitespace between paragraphs).Perhaps a separate issue, but it'd be nice to use the
<summary>section for the brief description, and the<remarks>section for more detailed information.