Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi lines examples #19

Open
Abeatbowl opened this issue Mar 7, 2018 · 3 comments
Open

Multi lines examples #19

Abeatbowl opened this issue Mar 7, 2018 · 3 comments

Comments

@Abeatbowl
Copy link

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,

@vors
Copy link

vors commented Mar 7, 2018

I think it's the powershell help engine problem actually, seen the same in PowerShell/platyPS#180

@Abeatbowl
Copy link
Author

Indeed it is. I'll try find a workaround.
Thanks !

@Greg-Smulko
Copy link

Greg-Smulko commented Sep 28, 2019

For a workaround, take a look at PowerShell/platyPS#180 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants