mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-24 01:40:13 +01:00
Improve/be consistent with a few parameter descriptions.
This commit is contained in:
parent
e8cc7eb3cb
commit
c83ac3f3db
8 changed files with 22 additions and 25 deletions
11
doc/Rules.md
11
doc/Rules.md
|
|
@ -986,8 +986,7 @@ Aliases: `no-trailing-punctuation`
|
|||
|
||||
Parameters:
|
||||
|
||||
- `punctuation`: Punctuation characters not allowed at end of headings
|
||||
(`string`, default `.,;:!。,;:!`)
|
||||
- `punctuation`: Punctuation characters (`string`, default `.,;:!。,;:!`)
|
||||
|
||||
Fixable: Some violations can be fixed by tooling
|
||||
|
||||
|
|
@ -2079,8 +2078,8 @@ Aliases: `emphasis-style`
|
|||
|
||||
Parameters:
|
||||
|
||||
- `style`: Emphasis style should be consistent (`string`, default `consistent`,
|
||||
values `asterisk` / `consistent` / `underscore`)
|
||||
- `style`: Emphasis style (`string`, default `consistent`, values `asterisk` /
|
||||
`consistent` / `underscore`)
|
||||
|
||||
Fixable: Some violations can be fixed by tooling
|
||||
|
||||
|
|
@ -2114,8 +2113,8 @@ Aliases: `strong-style`
|
|||
|
||||
Parameters:
|
||||
|
||||
- `style`: Strong style should be consistent (`string`, default `consistent`,
|
||||
values `asterisk` / `consistent` / `underscore`)
|
||||
- `style`: Strong style (`string`, default `consistent`, values `asterisk` /
|
||||
`consistent` / `underscore`)
|
||||
|
||||
Fixable: Some violations can be fixed by tooling
|
||||
|
||||
|
|
|
|||
|
|
@ -6,8 +6,7 @@ Aliases: `no-trailing-punctuation`
|
|||
|
||||
Parameters:
|
||||
|
||||
- `punctuation`: Punctuation characters not allowed at end of headings
|
||||
(`string`, default `.,;:!。,;:!`)
|
||||
- `punctuation`: Punctuation characters (`string`, default `.,;:!。,;:!`)
|
||||
|
||||
Fixable: Some violations can be fixed by tooling
|
||||
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ Aliases: `emphasis-style`
|
|||
|
||||
Parameters:
|
||||
|
||||
- `style`: Emphasis style should be consistent (`string`, default `consistent`,
|
||||
values `asterisk` / `consistent` / `underscore`)
|
||||
- `style`: Emphasis style (`string`, default `consistent`, values `asterisk` /
|
||||
`consistent` / `underscore`)
|
||||
|
||||
Fixable: Some violations can be fixed by tooling
|
||||
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ Aliases: `strong-style`
|
|||
|
||||
Parameters:
|
||||
|
||||
- `style`: Strong style should be consistent (`string`, default `consistent`,
|
||||
values `asterisk` / `consistent` / `underscore`)
|
||||
- `style`: Strong style (`string`, default `consistent`, values `asterisk` /
|
||||
`consistent` / `underscore`)
|
||||
|
||||
Fixable: Some violations can be fixed by tooling
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue