Skip to content

Commit 368cb1b

Browse files
committed
Update to version 0.36.1.
1 parent a7a50ea commit 368cb1b

10 files changed

+428
-424
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.36.1
4+
5+
- Fix behavior of MD054
6+
37
## 0.36.0
48

59
- Improve MD051

demo/markdownlint-browser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! markdownlint 0.36.0 https://github.com/DavidAnson/markdownlint @license MIT */
1+
/*! markdownlint 0.36.1 https://github.com/DavidAnson/markdownlint @license MIT */
22
var markdownlint;
33
/******/ (() => { // webpackBootstrap
44
/******/ var __webpack_modules__ = ({
@@ -1406,7 +1406,7 @@ module.exports.fixableRuleNames = [
14061406
"MD058"
14071407
];
14081408
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
1409-
module.exports.version = "0.36.0";
1409+
module.exports.version = "0.36.1";
14101410

14111411

14121412
/***/ }),

helpers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ be useful to custom rule authors and may avoid duplicating code.
2222
*None* - The entire body of code is tested to 100% coverage by the core
2323
`markdownlint` project, so there are no additional tests here.
2424

25-
[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.36.0/doc/CustomRules.md
25+
[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/CustomRules.md
2626
[jsdoc]: https://en.m.wikipedia.org/wiki/JSDoc
2727
[markdown]: https://en.wikipedia.org/wiki/Markdown
2828
[markdownlint]: https://github.com/DavidAnson/markdownlint
29-
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.36.0/doc/Rules.md
29+
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/Rules.md

lib/configuration-strict.d.ts

Lines changed: 104 additions & 104 deletions
Large diffs are not rendered by default.

lib/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ module.exports.fixableRuleNames = [
1212
"MD058"
1313
];
1414
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
15-
module.exports.version = "0.36.0";
15+
module.exports.version = "0.36.1";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
55
"type": "commonjs",
66
"main": "./lib/markdownlint.js",

schema/.markdownlint.jsonc

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

schema/.markdownlint.yaml

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

schema/markdownlint-config-schema-strict.json

Lines changed: 106 additions & 106 deletions
Large diffs are not rendered by default.

schema/markdownlint-config-schema.json

Lines changed: 106 additions & 106 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)