Skip to content

Multi lines examples #19

Open
Open
@Abeatbowl

Description

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 :
image

When I would like it to look like this :
image

Regards,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions