File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ time and effort writing code that may not get used.
13
13
Match the coding style of the files you edit. Although everyone has their own
14
14
preferences and opinions, a pull request is not the right forum to debate them.
15
15
16
- Do not add new [ ` dependencies ` to ` package.json ` ] [ dependencies ] . The excellent
17
- Markdown parser [ markdown-it] [ markdown-it ] is this project's one and only
18
- dependency .
16
+ Do not add new [ ` dependencies ` to ` package.json ` ] [ dependencies ] . The Markdown
17
+ parsers [ ` markdown-it ` ] [ markdown-it ] and [ ` micromark ` ] [ micromark ] are the
18
+ project's only dependencies .
19
19
20
20
If developing a new rule, start by creating a [ custom rule] [ custom-rules ] in its
21
21
own project. Once written, published, and tested in real world scenarios, open
@@ -80,6 +80,7 @@ Thank you!
80
80
[ dependencies ] : https://docs.npmjs.com/files/package.json#dependencies
81
81
[ example-com ] : https://en.wikipedia.org/wiki/Example.com
82
82
[ markdown-it ] : https://www.npmjs.com/package/markdown-it
83
+ [ micromark ] : https://www.npmjs.com/package/micromark
83
84
[ new-rule ] : https://github.com/DavidAnson/markdownlint/labels/new%20rule
84
85
[ npm-scripts ] : https://docs.npmjs.com/misc/scripts
85
86
[ rewriting-history ] : https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History
You can’t perform that action at this time.
0 commit comments