Commit 5e661b9 1 parent f296e1e commit 5e661b9 Copy full SHA for 5e661b9
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 31
31
"strict" : true ,
32
32
"code_blocks" : false
33
33
},
34
+ "link-image-style" : {
35
+ "autolink" : false ,
36
+ "inline" : false ,
37
+ "full" : true ,
38
+ "collapsed" : false ,
39
+ "shortcut" : false
40
+ },
34
41
"no-duplicate-heading" : {
35
42
"siblings_only" : true
36
43
},
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ docker run -v $PWD:/workdir davidanson/markdownlint-cli2:v0.10.0 "**/*.md" "#nod
172
172
173
173
Notes :
174
174
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
176
176
arguments.
177
177
- This image is built on the official [Node.js Docker image][nodejs-docker].
178
178
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:
429
429
430
430
# # History
431
431
432
- See [CHANGELOG.md](CHANGELOG.md) .
432
+ See [CHANGELOG.md][changelog] .
433
433
434
+ [changelog] : CHANGELOG.md
435
+ [command-line] : # command-line
434
436
[commonmark] : https://commonmark.org/
435
437
[commonjs-module] : https://nodejs.org/api/modules.html#modules_modules_commonjs_modules
436
438
[ecmascript-module] : https://nodejs.org/api/esm.html#modules-ecmascript-modules
You can’t perform that action at this time.
0 commit comments