You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: