Minor tweaks to previous commit.

This commit is contained in:
David Anson 2022-10-06 04:21:08 +00:00
parent 82a5de0821
commit 4e1692ffed
2 changed files with 5 additions and 4 deletions

View file

@ -1,12 +1,12 @@
# Using markdownlint with Prettier
# Using `markdownlint` with Prettier
[`Prettier`](https://prettier.io) is a popular code formatter.
For the most part, Prettier works seamlessly with `markdownlint`.
You can extend the `markdownlint/style/prettier.json` style to disable all
markdownlint rules that overlap with Prettier.
You can `extend` the [`prettier.json`](../style/prettier.json) style to disable
all `markdownlint` rules that overlap with Prettier.
Special situations when not extending `prettier.json` are documented below.
Other scenarios are documented below.
## List item indentation