mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Update to version 0.14.2.
This commit is contained in:
parent
517fc61424
commit
95d23b9a11
4 changed files with 5 additions and 4 deletions
|
@ -740,7 +740,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
|||
* 0.3.1 - Fix regressions in MD032/MD038, update dependencies.
|
||||
* 0.4.0 - Add MD044, enhance MD013/MD032/MD041/MD042/MD043, fix for MD038, dependencies.
|
||||
* 0.4.1 - Fixes for MD038/front matter, improvements to MD044, update dependencies.
|
||||
* 0.5.0 - Add shareable configuration, noInlineConfig option, README links, fix MD030,
|
||||
* 0.5.0 - Add shareable configuration, `noInlineConfig` option, README links, fix MD030,
|
||||
improve MD009/MD041, update dependencies.
|
||||
* 0.6.0 - `resultVersion` defaults to 1 (breaking change), ignore HTML comments, TOML
|
||||
front matter, fixes for MD044, update dependencies.
|
||||
|
@ -768,6 +768,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
|||
add MD046/MD047, improve MD033/MD034/MD039, improve custom rule validation and
|
||||
in-browser demo, update dependencies.
|
||||
* 0.14.1 - Improve MD033.
|
||||
* 0.14.2 - Improve MD047, add `handleRuleFailures` option.
|
||||
|
||||
[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-05-08
|
||||
# 2019-05-18
|
||||
default.css
|
||||
default.htm
|
||||
default.js
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "markdownlint-rule-helpers",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"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.14.1",
|
||||
"version": "0.14.2",
|
||||
"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