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
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
[This link has `code` and right space ](link) {MD039}
|
||||
|
||||
[ This link has _emphasis_ and left space](link) {MD039} {MD049}
|
||||
[ This link has *emphasis* and left space](link) {MD039}
|
||||
|
||||
[This](link) line has [multiple](link) links.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue