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
4 changes: 2 additions & 2 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MD001: true # header-increment
# MD002 # first-header-h1 - Superceded by MD041
# MD002 # first-header-h1 - Superseded by MD041
MD003: # header-style
style: atx
MD004: # ul-style
style: dash
MD005: true # list-indent
# MD006 # ul-start-left - Superceded by MD007's start_indented option
# MD006 # ul-start-left - Superseded by MD007
MD007: # ul-indent
indent: 2
start_indented: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc].
The following list describes the main folders in this repository.

- `.devcontainer` - contains devcontainer settings used by GitHub Codespaces and Visual Studio Code
(VS Code) Remote - Containers extension
(VS Code) Dev Containers extension
- `.github` - contains configuration settings used by GitHub for this repository
- `.vscode` - contains configuration settings and recommended extensions for VS Code
- `powershell-gallery` - contains the documentation published to
Expand Down