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

10/11/2024 PM Publish #11464

Merged
merged 2 commits into from
Oct 11, 2024
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