Skip to content

Commit e5a7a55

Browse files
committed
Add mention of micromark dependency to CONTRIBUTING.md.
1 parent fdec335 commit e5a7a55

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ time and effort writing code that may not get used.
1313
Match the coding style of the files you edit. Although everyone has their own
1414
preferences and opinions, a pull request is not the right forum to debate them.
1515

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.
1919

2020
If developing a new rule, start by creating a [custom rule][custom-rules] in its
2121
own project. Once written, published, and tested in real world scenarios, open
@@ -80,6 +80,7 @@ Thank you!
8080
[dependencies]: https://docs.npmjs.com/files/package.json#dependencies
8181
[example-com]: https://en.wikipedia.org/wiki/Example.com
8282
[markdown-it]: https://www.npmjs.com/package/markdown-it
83+
[micromark]: https://www.npmjs.com/package/micromark
8384
[new-rule]: https://github.com/DavidAnson/markdownlint/labels/new%20rule
8485
[npm-scripts]: https://docs.npmjs.com/misc/scripts
8586
[rewriting-history]: https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History

0 commit comments

Comments
 (0)