Skip to content

Commit 3471562

Browse files
authored
Merge pull request #11464 from MicrosoftDocs/main
10/11/2024 PM Publish
2 parents db0b961 + 5d0ff81 commit 3471562

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.markdownlint.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,14 @@ MD050: # strong-style
115115
MD051: true # link-fragments
116116
MD052: true # reference-links-images
117117
MD053: true # link-image-reference-definitions
118+
MD054: # link-image-style
119+
autolink: false
120+
collapsed: false
121+
full: true
122+
inline: true
123+
shortcut: false
124+
url_inline: true
125+
MD055: leading_and_trailing # table-pipe-style
126+
MD056: true # table-column-count
127+
# MD057 # undefined
128+
MD058: true # blanks-around-tables

reference/docs-conceptual/learn/shell/creating-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ C:\Program Files\PowerShell\7\profile.ps1
6363
## How to create your personal profile
6464

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

6969
```powershell

0 commit comments

Comments
 (0)