Skip to content

Commit c18cc6b

Browse files
authored
Fix formatting and links in Export-Console.md
1 parent ef47a63 commit c18cc6b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

reference/5.1/Microsoft.PowerShell.Core/Export-Console.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ Accept wildcard characters: False
229229

230230
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
231231
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
232-
-WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
232+
-WarningAction, and -WarningVariable. For more information, see
233+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
233234

234235
## INPUTS
235236

@@ -253,10 +254,11 @@ This cmdlet creates a file that contains the exported aliases.
253254
To use a Windows PowerShell console file in a new session, use the following syntax to start
254255
Windows PowerShell:
255256

256-
`powershell.exe -PSConsoleFile \<ConsoleFile\>.psc1`
257+
`powershell.exe -PSConsoleFile <ConsoleFile>.psc1`
257258

258-
You can also save Windows PowerShell snap-ins for future sessions by adding an Add-PSSnapin
259-
command to your Windows PowerShell profile. For more information, see [about_Profiles](About/about_Profiles.md).
259+
You can also save Windows PowerShell snap-ins for future sessions by adding an `Add-PSSnapin`
260+
command to your Windows PowerShell profile. For more information, see
261+
[about_Profiles](About/about_Profiles.md).
260262

261263
## RELATED LINKS
262264

0 commit comments

Comments
 (0)