Hi,
Is there a way to deal with mulitples lines examples ?
For example, a header like this :
<#
.SYNOPSIS
Do Something
.DESCRIPTION
Do Something
.PARAMETER Arg1
Arg1
.PARAMETER Arg2
Arg2
.PARAMETER Arg3
Arg3
.INPUTS
.OUTPUTS
Renvoit la liste de la ou des archive(s) générée(s)
.EXAMPLE
$var = 'Test'
Do-Something -Arg1 $var
Invoke the Do-Something cmdlet with the $var variable
.NOTES
.LINK
#>
Looks like this :

When I would like it to look like this :

Regards,
Hi,
Is there a way to deal with mulitples lines examples ?
For example, a header like this :
Looks like this :

When I would like it to look like this :

Regards,