Open
Description
This example:
/// <example>
/// <para>This is part of the example's introduction.</para>
/// <para>This is also part of the example's introduction.</para>
/// <code>Test-MyExample | Wrte-Host</code>
/// <para>This is part of the example's remarks.</para>
/// <para>This is also part of the example's remarks.</para>
/// </example>
[Cmdlet("Test", "MyExample")]
public class TestMyExampleCommand : Cmdlet {
...
}
Generates:
It seems powershell help is sort of broken when positioning para/code. Do you have solution for this?
Metadata
Metadata
Assignees
Labels
No labels