Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,14 @@ MD050: # strong-style
MD051: true # link-fragments
MD052: true # reference-links-images
MD053: true # link-image-reference-definitions
MD054: # link-image-style
autolink: false
collapsed: false
full: true
inline: true
shortcut: false
url_inline: true
MD055: leading_and_trailing # table-pipe-style
MD056: true # table-column-count
# MD057 # undefined
MD058: true # blanks-around-tables
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ C:\Program Files\PowerShell\7\profile.ps1
## How to create your personal profile

When you first install PowerShell on a system, the profile script files and the directories they
belong to don't exist. The following command creates the "Current User, Current Current Host"
belong to don't exist. The following command creates the "Current User, Current Host"
profile script file if it doesn't exist.

```powershell
Expand Down