Skip to content

Commit

Permalink
Update to version 0.33.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Jan 8, 2024
1 parent ff1f3e3 commit 9c77f92
Show file tree
Hide file tree
Showing 10 changed files with 323 additions and 314 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.33.0

- Add MD055/table-pipe-style, MD056/table-column-count
- Improve MD005/MD007/MD024/MD026/MD038
- Incorporate `micromark-extension-directive`

This comment has been minimized.

Copy link
@Azizjon8822

Azizjon8822 Mar 20, 2024

спасибо

This comment has been minimized.

Copy link
@Azizjon8822

Azizjon8822 Mar 20, 2024

помогите пожалуйста с решением проблемы

- Improve JSON schema, document validation

This comment has been minimized.

Copy link
@Azizjon8822

Azizjon8822 Mar 20, 2024

сгурт ы10.txt
помогите пожалуйста с проблемой

- Reduce size of browser script
- Update dependencies

## 0.32.1

- Fix behavior of MD054
Expand Down
4 changes: 2 additions & 2 deletions demo/markdownlint-browser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! markdownlint 0.32.1 https://github.com/DavidAnson/markdownlint @license MIT */
/*! markdownlint 0.33.0 https://github.com/DavidAnson/markdownlint @license MIT */
var markdownlint;
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
Expand Down Expand Up @@ -1506,7 +1506,7 @@ module.exports.referenceLinkImageData = () => map.get("referenceLinkImageData");
module.exports.deprecatedRuleNames = [];
module.exports.fixableRuleNames = ["MD004", "MD005", "MD007", "MD009", "MD010", "MD011", "MD012", "MD014", "MD018", "MD019", "MD020", "MD021", "MD022", "MD023", "MD026", "MD027", "MD030", "MD031", "MD032", "MD034", "MD037", "MD038", "MD039", "MD044", "MD047", "MD049", "MD050", "MD051", "MD053", "MD054"];
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
module.exports.version = "0.32.1";
module.exports.version = "0.33.0";

/***/ }),

Expand Down
6 changes: 3 additions & 3 deletions helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ See also: [`markdownlint` built-in rule implementations][lib].
*None* - The entire body of code is tested to 100% coverage by the core
`markdownlint` project, so there are no additional tests here.

[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/CustomRules.md
[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/CustomRules.md
[jsdoc]: https://en.m.wikipedia.org/wiki/JSDoc
[lib]: https://github.com/DavidAnson/markdownlint/tree/v0.32.1/lib
[lib]: https://github.com/DavidAnson/markdownlint/tree/v0.33.0/lib
[markdown]: https://en.wikipedia.org/wiki/Markdown
[markdownlint]: https://github.com/DavidAnson/markdownlint
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/Rules.md
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/Rules.md
2 changes: 1 addition & 1 deletion helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdownlint-rule-helpers",
"version": "0.23.0",
"version": "0.24.0",
"description": "A collection of markdownlint helper functions for custom rules",
"main": "./helpers.js",
"exports": "./helpers.js",
Expand Down
204 changes: 102 additions & 102 deletions lib/configuration.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ module.exports.fixableRuleNames = [
"MD047", "MD049", "MD050", "MD051", "MD053", "MD054"
];
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
module.exports.version = "0.32.1";

This comment has been minimized.

Copy link
@Azizjon8822

Azizjon8822 Mar 13, 2024

справлюсь

module.exports.version = "0.33.0";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdownlint",
"version": "0.32.1",
"version": "0.33.0",
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
"type": "commonjs",
"main": "./lib/markdownlint.js",
Expand Down
100 changes: 50 additions & 50 deletions schema/.markdownlint.jsonc

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions schema/.markdownlint.yaml

Large diffs are not rendered by default.

208 changes: 104 additions & 104 deletions schema/markdownlint-config-schema.json

Large diffs are not rendered by default.

0 comments on commit 9c77f92

Please sign in to comment.