mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update to version 0.13.0.
This commit is contained in:
parent
a35b2e4041
commit
6f7c0aac13
3 changed files with 4 additions and 2 deletions
|
@ -742,6 +742,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
|||
update dependencies.
|
||||
* 0.12.0 - Add `information` link for custom rules, `markdownItPlugins` for extensibility,
|
||||
improve MD023/MD032/MD038, update dependencies.
|
||||
* 0.13.0 - Improve MD013/MD022/MD025/MD029/MD031/MD032/MD037/MD041/, deprecate MD002,
|
||||
improve pandoc YAML support, 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
|
||||
# 2019-02-03
|
||||
# 2019-03-30
|
||||
default.css
|
||||
default.htm
|
||||
default.js
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "markdownlint",
|
||||
"version": "0.12.0",
|
||||
"version": "0.13.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