mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Reimplement inlineCodeSpanRanges as codeBlockAndSpanRanges to fix an issue with unterminated code spans (and for flexibility).
This commit is contained in:
parent
9c60343692
commit
1e82f76596
12 changed files with 178 additions and 71 deletions
|
@ -1762,7 +1762,8 @@ the proper capitalization, specify the desired letter case in the `names` array:
|
|||
]
|
||||
```
|
||||
|
||||
Set the `code_blocks` parameter to `false` to disable this rule for code blocks.
|
||||
Set the `code_blocks` parameter to `false` to disable this rule for code blocks
|
||||
and spans.
|
||||
|
||||
Rationale: Incorrect capitalization of proper names is usually a mistake.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue