I have a XML comment like that.
/// <summary>
/// Lorem ipsum
/// </summary>
/// <param name="entity"></param>
/// <returns></returns>
I'd like to place inside it a piece of the (multiline) code. How can I do that ?
Edit
Here's the info about multiline code Adding line breaks to comments for Intellisense
`](http://msdn.microsoft.com/en-us/library/f8hahtxf) is for code that appears *outside* the summary. Take a look at [the example on MSDN](http://msdn.microsoft.com/en-us/library/9w4cf933).