Skip to content

Commit

Permalink
Add new MD054/link-image-style to project-wide .markdownlint.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Nov 16, 2023
1 parent f296e1e commit 5e661b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"strict": true,
"code_blocks": false
},
"link-image-style": {
"autolink": false,
"inline": false,
"full": true,
"collapsed": false,
"shortcut": false
},
"no-duplicate-heading": {
"siblings_only": true
},
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ docker run -v $PWD:/workdir davidanson/markdownlint-cli2:v0.10.0 "**/*.md" "#nod

Notes:

- As when using the [command line](#command-line), glob patterns are passed as
- As when using the [command line][command-line], glob patterns are passed as
arguments.
- This image is built on the official [Node.js Docker image][nodejs-docker].
Per security best practices, the [default user `node`][nodejs-docker-non-root]
Expand Down Expand Up @@ -429,8 +429,10 @@ reference to the `repos` list in that project's `.pre-commit-config.yaml` like:

## History

See [CHANGELOG.md](CHANGELOG.md).
See [CHANGELOG.md][changelog].

[changelog]: CHANGELOG.md
[command-line]: #command-line
[commonmark]: https://commonmark.org/
[commonjs-module]: https://nodejs.org/api/modules.html#modules_modules_commonjs_modules
[ecmascript-module]: https://nodejs.org/api/esm.html#modules-ecmascript-modules
Expand Down

0 comments on commit 5e661b9

Please sign in to comment.