mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update rule documentation to explain how consistent is implemented (fixes #1346).
This commit is contained in:
parent
61a9c2427e
commit
5faa6f4235
17 changed files with 75 additions and 78 deletions
|
|
@ -34,7 +34,7 @@ document:
|
|||
To fix violations of this rule, use a consistent style (either indenting or code
|
||||
fences).
|
||||
|
||||
The specified style can be specific (`fenced`, `indented`) or simply require
|
||||
that usage be consistent within the document (`consistent`).
|
||||
The configured code block style can be specific (`fenced`, `indented`) or can
|
||||
require all code blocks match the first code block (`consistent`).
|
||||
|
||||
Rationale: Consistent formatting makes it easier to understand a document.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue