mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-02 00:30:14 +01:00
Introduce options.markdownItFactory (and remove options.markdownItPlugins) so the markdown-it parser can be removed as a direct dependency because it is no longer used by default.
This commit is contained in:
parent
3cbe1cb6c5
commit
d4b981bcb3
11 changed files with 172 additions and 67 deletions
|
|
@ -14,8 +14,8 @@ Match the coding style of the files you edit. Although everyone has their own
|
|||
preferences and opinions, a pull request is not the right forum to debate them.
|
||||
|
||||
Do not add new [`dependencies` to `package.json`][dependencies]. The Markdown
|
||||
parsers [`markdown-it`][markdown-it] and [`micromark`][micromark] are the
|
||||
project's only dependencies.
|
||||
parser [`micromark`][micromark] (and its extensions) is this project's only
|
||||
dependency.
|
||||
|
||||
Package versions for `dependencies` and `devDependencies` should be specified
|
||||
exactly (also known as "pinning"). The short explanation is that doing otherwise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue