mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update to version 0.6.2.
This commit is contained in:
parent
975129671e
commit
8c2bb1f5bd
3 changed files with 3 additions and 2 deletions
|
@ -635,6 +635,7 @@ var results = window.markdownlint.sync(options).toString();
|
|||
* 0.6.0 - `resultVersion` defaults to 1 (breaking change), ignore HTML comments, TOML
|
||||
front matter, fixes for MD044, update dependencies.
|
||||
* 0.6.1 - Update `markdown-it` versioning, exclude demo/test from publishing.
|
||||
* 0.6.2 - Improve MD013/MD027/MD034/MD037/MD038/MD041/MD044, 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-09-09
|
||||
# 2017-11-08
|
||||
default.css
|
||||
default.htm
|
||||
default.js
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "markdownlint",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.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