mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update to version 0.17.0.
This commit is contained in:
parent
dc39509f25
commit
377323d872
4 changed files with 6 additions and 3 deletions
|
@ -802,6 +802,9 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
|||
MD009/MD013/MD026/MD033/MD036, update dependencies.
|
||||
* 0.16.0 - Add custom rule sample for linting code, improve MD026/MD031/MD033/MD038,
|
||||
update dependencies.
|
||||
* 0.17.0 - Add `resultVersion` 3 to support fix information for default and custom rules,
|
||||
add fix information for 24 rules, update newline handling to match latest
|
||||
CommonMark specification, improve MD014/MD037/MD039, update dependencies.
|
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
|
||||
[npm-url]: https://www.npmjs.com/package/markdownlint
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
CACHE MANIFEST
|
||||
# 2019-08-04
|
||||
# 2019-10-04
|
||||
default.css
|
||||
default.htm
|
||||
default.js
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "markdownlint-rule-helpers",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"description": "A collection of markdownlint helper functions for custom rules",
|
||||
"main": "helpers.js",
|
||||
"author": "David Anson (https://dlaa.me/)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "markdownlint",
|
||||
"version": "0.16.0",
|
||||
"version": "0.17.0",
|
||||
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
|
||||
"main": "lib/markdownlint.js",
|
||||
"author": "David Anson (https://dlaa.me/)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue