mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update to version 0.0.8.
This commit is contained in:
parent
7af794bb21
commit
d5050beafa
2 changed files with 2 additions and 1 deletions
|
|
@ -455,6 +455,7 @@ var results = window.markdownlint.sync(options).toString();
|
|||
* 0.0.5 - Add `strings` option to enable file-less scenarios, add in-browser demo.
|
||||
* 0.0.6 - Improve performance, simplify in-browser, update dependencies.
|
||||
* 0.0.7 - Add MD041, improve MD003, ignore front matter, update dependencies.
|
||||
* 0.0.8 - Support disabling/enabling rules inline, improve code fence, dependencies.
|
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
|
||||
[npm-url]: https://www.npmjs.com/package/markdownlint
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "markdownlint",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"description": "A Node.js style checker and lint tool for Markdown files.",
|
||||
"main": "lib/markdownlint.js",
|
||||
"author": "David Anson (http://dlaa.me/)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue