mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02: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
|
@ -26,10 +26,11 @@ To fix this issue, use the configured emphasis style throughout the document:
|
|||
*Text*
|
||||
```
|
||||
|
||||
The configured emphasis style can be a specific symbol to use ("asterisk",
|
||||
"underscore"), or can require that usage be consistent within the document.
|
||||
The configured emphasis style can be a specific symbol to use (`asterisk`,
|
||||
`underscore`) or can require all emphasis matches the first emphasis
|
||||
(`consistent`).
|
||||
|
||||
Note: Emphasis within a word is restricted to "asterisk" in order to avoid
|
||||
Note: Emphasis within a word is restricted to `asterisk` in order to avoid
|
||||
unwanted emphasis for words containing internal underscores like_this_one.
|
||||
|
||||
Rationale: Consistent formatting makes it easier to understand a document.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue