mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update to version 0.8.1.
This commit is contained in:
parent
09251447d1
commit
e938f421a9
3 changed files with 3 additions and 2 deletions
|
|
@ -679,6 +679,7 @@ For ideas how to integrate `markdownlint` into your workflow, refer to the follo
|
||||||
remove trimLeft/trimRight, split rules, refactor, update dependencies.
|
remove trimLeft/trimRight, split rules, refactor, update dependencies.
|
||||||
* 0.8.0 - Add support for using and authoring custom rules, improve MD004/MD007/MD013,
|
* 0.8.0 - Add support for using and authoring custom rules, improve MD004/MD007/MD013,
|
||||||
add `engines` to `package.json`, refactor, update dependencies.
|
add `engines` to `package.json`, refactor, update dependencies.
|
||||||
|
* 0.8.1 - Update item loop to be iterative, improve MD014, 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
|
||||||
# 2018-03-10
|
# 2018-03-20
|
||||||
default.css
|
default.css
|
||||||
default.htm
|
default.htm
|
||||||
default.js
|
default.js
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "markdownlint",
|
"name": "markdownlint",
|
||||||
"version": "0.8.0",
|
"version": "0.8.1",
|
||||||
"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