mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update to version 0.16.0.
This commit is contained in:
parent
e61e39dadf
commit
6e086114b1
4 changed files with 5 additions and 3 deletions
|
@ -794,6 +794,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
||||||
* 0.14.2 - Improve MD047, add `handleRuleFailures` option.
|
* 0.14.2 - Improve MD047, add `handleRuleFailures` option.
|
||||||
* 0.15.0 - Add `markdownlint-capture`/`markdownlint-restore` inline comments, improve
|
* 0.15.0 - Add `markdownlint-capture`/`markdownlint-restore` inline comments, improve
|
||||||
MD009/MD013/MD026/MD033/MD036, update dependencies.
|
MD009/MD013/MD026/MD033/MD036, update dependencies.
|
||||||
|
* 0.16.0 - Add custom rule sample for linting code, improve MD026/MD031/MD033/MD038,
|
||||||
|
update dependencies.
|
||||||
|
|
||||||
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
|
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
|
||||||
[npm-url]: https://www.npmjs.com/package/markdownlint
|
[npm-url]: https://www.npmjs.com/package/markdownlint
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 2019-06-09
|
# 2019-08-04
|
||||||
default.css
|
default.css
|
||||||
default.htm
|
default.htm
|
||||||
default.js
|
default.js
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "markdownlint-rule-helpers",
|
"name": "markdownlint-rule-helpers",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"description": "A collection of markdownlint helper functions for custom rules",
|
"description": "A collection of markdownlint helper functions for custom rules",
|
||||||
"main": "helpers.js",
|
"main": "helpers.js",
|
||||||
"author": "David Anson (https://dlaa.me/)",
|
"author": "David Anson (https://dlaa.me/)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "markdownlint",
|
"name": "markdownlint",
|
||||||
"version": "0.15.0",
|
"version": "0.16.0",
|
||||||
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
|
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
|
||||||
"main": "lib/markdownlint.js",
|
"main": "lib/markdownlint.js",
|
||||||
"author": "David Anson (https://dlaa.me/)",
|
"author": "David Anson (https://dlaa.me/)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue