mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update to version 0.5.0.
This commit is contained in:
parent
614ac8fa23
commit
47707f0ddf
3 changed files with 4 additions and 2 deletions
|
@ -656,6 +656,8 @@ var results = window.markdownlint.sync(options).toString();
|
|||
* 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,
|
||||
improve MD009/MD041, 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
|
||||
# 2017-03-19
|
||||
# 2017-05-22
|
||||
default.css
|
||||
default.htm
|
||||
default.js
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "markdownlint",
|
||||
"version": "0.4.1",
|
||||
"version": "0.5.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