mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update to version 0.1.1.
This commit is contained in:
parent
89a7013fc2
commit
13ee2a285b
3 changed files with 3 additions and 2 deletions
|
@ -472,6 +472,7 @@ var results = window.markdownlint.sync(options).toString();
|
|||
* 0.0.7 - Add MD041, improve MD003, ignore front matter, update dependencies.
|
||||
* 0.0.8 - Support disabling/enabling rules inline, improve code fence, dependencies.
|
||||
* 0.1.0 - Add aliases, exceptions for MD033, exclusions for MD013, dependencies.
|
||||
* 0.1.1 - Fix bug handling HTML in tables, reference markdownlint-cli.
|
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
|
||||
[npm-url]: https://www.npmjs.com/package/markdownlint
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
CACHE MANIFEST
|
||||
# 2016-01-16
|
||||
# 2016-02-13
|
||||
default.css
|
||||
default.htm
|
||||
default.js
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "markdownlint",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"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