Skip to content

Commit 5e661b9

Browse files
committed
Add new MD054/link-image-style to project-wide .markdownlint.json.
1 parent f296e1e commit 5e661b9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.markdownlint.json

+7
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
"strict": true,
3232
"code_blocks": false
3333
},
34+
"link-image-style": {
35+
"autolink": false,
36+
"inline": false,
37+
"full": true,
38+
"collapsed": false,
39+
"shortcut": false
40+
},
3441
"no-duplicate-heading": {
3542
"siblings_only": true
3643
},

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ docker run -v $PWD:/workdir davidanson/markdownlint-cli2:v0.10.0 "**/*.md" "#nod
172172

173173
Notes:
174174

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

430430
## History
431431

432-
See [CHANGELOG.md](CHANGELOG.md).
432+
See [CHANGELOG.md][changelog].
433433

434+
[changelog]: CHANGELOG.md
435+
[command-line]: #command-line
434436
[commonmark]: https://commonmark.org/
435437
[commonjs-module]: https://nodejs.org/api/modules.html#modules_modules_commonjs_modules
436438
[ecmascript-module]: https://nodejs.org/api/esm.html#modules-ecmascript-modules

0 commit comments

Comments
 (0)