I need to add a line break in the content of XML used for C# .Net documentation,
<summary>
<example>
<para> content (wants to add a line break here)</para>
<code> content </code>
</example>
</summary>
How can I add it? BTW, < para /> not works for me.