mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update Ruby markdownlint URLs from "mivok" to "markdownlint" after transition.
This commit is contained in:
parent
edd426bbaa
commit
0e8cb8f0dd
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ specification standardizes parsers - but not authors.
|
|||
tool for [Node.js](https://nodejs.org/) and [io.js](https://iojs.org/) with a
|
||||
library of rules to enforce standards and consistency for Markdown files. It
|
||||
was inspired by - and heavily influenced by - Mark Harrison's
|
||||
[markdownlint](https://github.com/mivok/markdownlint) for
|
||||
[markdownlint](https://github.com/markdownlint/markdownlint) for
|
||||
[Ruby](https://www.ruby-lang.org/). The initial rules, rule documentation, and
|
||||
test cases came directly from that project.
|
||||
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
"",
|
||||
"#### Thanks",
|
||||
"",
|
||||
"[`markdownlint/Ruby`](https://github.com/mivok/markdownlint) for the inspiration and [`markdown-it`](https://github.com/markdown-it/markdown-it) for the parser and interactive demo idea!"
|
||||
"[`markdownlint/Ruby`](https://github.com/markdownlint/markdownlint) for the inspiration and [`markdown-it`](https://github.com/markdown-it/markdown-it) for the parser and interactive demo idea!"
|
||||
].join("\n");
|
||||
/* eslint-enable max-len */
|
||||
onMarkdownInput();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue