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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ repos:
stages: [manual]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.22
rev: 1.0.0
hooks:
- id: mdformat
args: ["--wrap=120", "--number"]
additional_dependencies:
- mdformat-footnote==0.1.2
- mdformat-frontmatter==2.0.8
- mdformat-frontmatter==2.0.10
- mdformat-gfm==1.0.0
- mdformat-gfm-alerts==2.0.0
- mdformat-mkdocs==4.5.1
- mdformat-mkdocs==5.1.4
- markdown-it-py==3.0.0
# Files that mdformat cannot parse:
exclude: |
Expand Down
8 changes: 4 additions & 4 deletions source/auth/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ When connected to MongoDB 3.2 or earlier:

- source

MUST be "$external". Defaults to `$external`.
MUST be "$external". Defaults to `$external\`.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks incorrect in GitHub:

Image

What was the intention?


- password

Expand Down Expand Up @@ -445,7 +445,7 @@ proprietary implementation called SSPI which is compatible with both Windows and

- source

MUST be "$external". Defaults to `$external`.
MUST be "$external". Defaults to `$external\`.

- password

Expand Down Expand Up @@ -943,7 +943,7 @@ Examples are provided below.

- source

MUST be "$external". Defaults to `$external`.
MUST be "$external". Defaults to `$external\`.

- password

Expand Down Expand Up @@ -1252,7 +1252,7 @@ in the MONGODB-OIDC specification, including sections or blocks that specificall

- source

MUST be "$external". Defaults to `$external`.
MUST be "$external". Defaults to `$external\`.

- password

Expand Down
Loading