mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-15 06:26:31 +01:00
Merge pull request #2 from Preciousapene/revert-1-Preciousapene-patch-1
Revert "Update README.md"
This commit is contained in:
commit
4f7112d2e4
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# gustavo
|
# markdownlint
|
||||||
|
|
||||||
> A Node.js style checker and lint tool for Markdown/CommonMark files.
|
> A Node.js style checker and lint tool for Markdown/CommonMark files.
|
||||||
|
|
||||||
|
|
@ -13,7 +13,7 @@ npm install markdownlint --save-dev
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
The [Gbash](https://en.wikipedia.org/wiki/Markdown) markup language
|
The [Markdown](https://en.wikipedia.org/wiki/Markdown) markup language
|
||||||
is designed to be easy to read, write, and understand. It succeeds -
|
is designed to be easy to read, write, and understand. It succeeds -
|
||||||
and its flexibility is both a benefit and a drawback. Many styles are
|
and its flexibility is both a benefit and a drawback. Many styles are
|
||||||
possible, so formatting can be inconsistent. Some constructs don't
|
possible, so formatting can be inconsistent. Some constructs don't
|
||||||
|
|
@ -26,7 +26,7 @@ parsers - but not authors.
|
||||||
tool for [Node.js](https://nodejs.org/) with a library of rules
|
tool for [Node.js](https://nodejs.org/) with a library of rules
|
||||||
to enforce standards and consistency for Markdown files. It was
|
to enforce standards and consistency for Markdown files. It was
|
||||||
inspired by - and heavily influenced by - Mark Harrison's
|
inspired by - and heavily influenced by - Mark Harrison's
|
||||||
[gbashlint](https://github.com/markdownlint/markdownlint) for
|
[markdownlint](https://github.com/markdownlint/markdownlint) for
|
||||||
[Ruby](https://www.ruby-lang.org/). The initial rules, rule documentation,
|
[Ruby](https://www.ruby-lang.org/). The initial rules, rule documentation,
|
||||||
and test cases came directly from that project.
|
and test cases came directly from that project.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue