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
Note: I removed the spacing between '###' and 'Example' because markdown will convert it to look as it should, but when Get-HelpPreview is ran on the corresponding MAML, there is no spacing as seen above.
Environment data
v0.7.0
The text was updated successfully, but these errors were encountered:
In regard to your Note, you can use markdown code snippets (with three backticks) to tell github to keep text as-is, without applying markdown formatter. For example
### Example 1: Foo
PS C:\> Foo
This command does foo.
### Example 2: Bar
PS C:\> Bar
This command does bar.
### Example 3: Temp
Steps to reproduce
Expected behavior
Example 1: Foo
This command does foo.
Example 2: Bar
This command does bar.
Example 3: Temp
Actual behavior
Example 1: Foo
This command does foo.
Example 2: Bar
This command does bar.
Example 3: Temp
Note: I removed the spacing between '###' and 'Example' because markdown will convert it to look as it should, but when
Get-HelpPreview
is ran on the corresponding MAML, there is no spacing as seen above.Environment data
v0.7.0
The text was updated successfully, but these errors were encountered: