Skip to content

Commit

Permalink
Replace references to old fix:* scripts
Browse files Browse the repository at this point in the history
TOP005 also missing a few language exceptions
  • Loading branch information
MaoShizhong committed Sep 9, 2024
1 parent 6224853 commit f35452a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion markdownlint/docs/TOP001.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ For more information, refer to the [official documentation on closures in JavaSc

## Rationale

Descriptive link text improves accessibility by providing clear and meaningful context about the link's destination. Links with text labels using the words "this" or "here" tend to be less descriptive and may not effectively convey the purpose of the link to users, especially those using assistive technologies. By using specific and relevant keywords in the link text, you can enhance the user experience and make it easier for users to understand the context and purpose of the link.
Descriptive link text improves accessibility by providing clear and meaningful context about the link's destination. Links with text labels using the words "this" or "here" tend to be less descriptive and may not effectively convey the purpose of the link to users, especially those using assistive technologies. By using specific and relevant keywords in the link text, you can enhance the user experience and make it easier for users to understand the context and purpose of the link.
2 changes: 1 addition & 1 deletion markdownlint/docs/TOP005.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The second opening tag will not trigger this rule, as it is surrounded by a fenc

The same applies for the final closing tag, hence it will not trigger this rule either.

This rule is ignored for HTML within `html`, `jsx`, `erb` or `ejs` fenced code blocks, as these do not require being surrounded by blank lines.
This rule is ignored for HTML within `html`, `jsx`, `erb`, `ejs`, `javascript` or `ruby` fenced code blocks, as these do not require being surrounded by blank lines.

````html
```html
Expand Down
2 changes: 1 addition & 1 deletion markdownlint/docs/TOP010.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This rule is triggered when lazy-numbering is not used in ordered lists. Specifi
2. child two
3. THREE

Running a fix:* script will fix the above example.
Running the `fix` npm script will fix the above example.

1. ONE
1. TWO
Expand Down

0 comments on commit f35452a

Please sign in to comment.