From 859e3127aa79a9303cb795298e531610c4f7d3af Mon Sep 17 00:00:00 2001 From: Bergbok <66174189+Bergbok@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:06:08 +0200 Subject: [PATCH 1/2] Fix repetition typo on "Customizing your shell environment" page (#11462) --- reference/docs-conceptual/learn/shell/creating-profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/learn/shell/creating-profiles.md b/reference/docs-conceptual/learn/shell/creating-profiles.md index bae3fc5b9d5e..526f39419b23 100644 --- a/reference/docs-conceptual/learn/shell/creating-profiles.md +++ b/reference/docs-conceptual/learn/shell/creating-profiles.md @@ -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 From 5d0ff81099f933afc77c99c2a7a8153802b6e2cf Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Fri, 11 Oct 2024 16:11:33 -0500 Subject: [PATCH 2/2] Add new markdownlint rule settings (#11463) --- .markdownlint.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index a794811c1f8d..a4f702224847 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -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