I need to add a line break in the content of XML used for C# .Net documentation,
<summary>
<example>
<para> content </para>
(want to add a line break here)
<code> content </code>
</example>
</summary>
How can I add it? Thanks in advance. BTW, < para /> not work for me.
allows the line to break, thus creating a new line! – SH7 Dec 20 '17 at 06:25
. I have tried , but failed.