mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update rules MD049/emphasis-style and MD050/strong-style to include range and fixInfo when reporting issues (i.e., to be automatically fixable).
This commit is contained in:
parent
a508824b0f
commit
291597edb9
13 changed files with 263 additions and 41 deletions
|
|
@ -6,8 +6,6 @@ Quoted "Markdownlint" {MD044}
|
|||
|
||||
Emphasized *Markdownlint* {MD044}
|
||||
|
||||
Emphasized _Markdownlint_ {MD044} {MD049}
|
||||
|
||||
JavaScript is a language
|
||||
|
||||
JavaScript is not Java
|
||||
|
|
@ -52,7 +50,7 @@ HTML <u>javascript</u> {MD033} {MD044}
|
|||
node.js is runtime {MD044}
|
||||
|
||||
```js
|
||||
javascript is code {MD044} {MD046:54}
|
||||
javascript is code {MD044} {MD046:52}
|
||||
node.js is runtime {MD044}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue