Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2305ef

Browse files
committed
Update to version 0.34.0.
1 parent 6920d8c commit b2305ef

File tree

10 files changed

+322
-314
lines changed

10 files changed

+322
-314
lines changed

CHANGELOG.md

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

3+
## 0.34.0
4+
5+
- Use `micromark` in MD027/MD028/MD036/MD040/MD041/MD046/MD048
6+
- Improve MD013/MD034/MD049/MD050/MD051
7+
- Update custom rule requirements and documentation
8+
- Improve various TypeScript declarations
9+
- Update dependencies
10+
311
## 0.33.0
412

513
- Add MD055/table-pipe-style, MD056/table-column-count

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.33.0 https://github.com/DavidAnson/markdownlint @license MIT */
1+
/*! markdownlint 0.34.0 https://github.com/DavidAnson/markdownlint @license MIT */
22
var markdownlint;
33
/******/ (() => { // webpackBootstrap
44
/******/ var __webpack_modules__ = ({
@@ -1677,7 +1677,7 @@ module.exports.fixableRuleNames = [
16771677
"MD047", "MD049", "MD050", "MD051", "MD053", "MD054"
16781678
];
16791679
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
1680-
module.exports.version = "0.33.0";
1680+
module.exports.version = "0.34.0";
16811681

16821682

16831683
/***/ }),

helpers/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ See also: [`markdownlint` built-in rule implementations][lib].
6464
*None* - The entire body of code is tested to 100% coverage by the core
6565
`markdownlint` project, so there are no additional tests here.
6666

67-
[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/CustomRules.md
67+
[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/CustomRules.md
6868
[jsdoc]: https://en.m.wikipedia.org/wiki/JSDoc
69-
[lib]: https://github.com/DavidAnson/markdownlint/tree/v0.33.0/lib
69+
[lib]: https://github.com/DavidAnson/markdownlint/tree/v0.34.0/lib
7070
[markdown]: https://en.wikipedia.org/wiki/Markdown
7171
[markdownlint]: https://github.com/DavidAnson/markdownlint
72-
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/Rules.md
72+
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/Rules.md

helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint-rule-helpers",
3-
"version": "0.24.0",
3+
"version": "0.25.0",
44
"description": "A collection of markdownlint helper functions for custom rules",
55
"main": "./helpers.js",
66
"exports": "./helpers.js",

lib/configuration.d.ts

Lines changed: 102 additions & 102 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
@@ -11,4 +11,4 @@ module.exports.fixableRuleNames = [
1111
"MD047", "MD049", "MD050", "MD051", "MD053", "MD054"
1212
];
1313
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
14-
module.exports.version = "0.33.0";
14+
module.exports.version = "0.34.0";

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.33.0",
3+
"version": "0.34.0",
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: 50 additions & 50 deletions
Large diffs are not rendered by default.

schema/.markdownlint.yaml

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

schema/markdownlint-config-schema.json

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

0 commit comments

Comments
 (0)