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
|
|
@ -14,8 +14,9 @@ This rule is triggered when a [GitHub Flavored Markdown table][gfm-table-055]
|
|||
is inconsistent about its use of leading and trailing pipe characters (`|`).
|
||||
|
||||
By default (`consistent` style), the header row of the first table in a document
|
||||
is used to determine the style that is enforced for all tables in that document.
|
||||
A specific style can be required by setting the `style` parameter accordingly.
|
||||
is used to determine the style that is enforced for every table in the document.
|
||||
A specific style can be used instead (`leading_and_trailing`, `leading_only`,
|
||||
`no_leading_or_trailing`, `trailing_only`).
|
||||
|
||||
This table's header row has leading and trailing pipes, but its delimiter row is
|
||||
missing the trailing pipe and its first row of cells is missing the leading
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue