mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update to version 0.10.0.
This commit is contained in:
parent
c31b31e5cf
commit
2710c375b3
3 changed files with 4 additions and 2 deletions
|
@ -713,6 +713,8 @@ For ideas how to integrate `markdownlint` into your workflow, refer to the follo
|
|||
* 0.9.0 - Remove support for end-of-life Node versions 0.10/0.12/4, change "header" to
|
||||
"heading" per spec (non-breaking), improve MD003/MD009/MD041, handle uncommon
|
||||
line-break characters, refactor for ES6, update dependencies.
|
||||
* 0.10.0 - Add support for non-JSON configuration files, pass file/string name to custom
|
||||
rules, 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
|
||||
# 2018-05-13
|
||||
# 2018-05-27
|
||||
default.css
|
||||
default.htm
|
||||
default.js
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "markdownlint",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.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