diff --git a/markdownlint/docs/TOP001.md b/markdownlint/docs/TOP001.md index ac464ee333b..8de92051333 100644 --- a/markdownlint/docs/TOP001.md +++ b/markdownlint/docs/TOP001.md @@ -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. diff --git a/markdownlint/docs/TOP005.md b/markdownlint/docs/TOP005.md index b0ff755c6f6..bf9ac55381f 100644 --- a/markdownlint/docs/TOP005.md +++ b/markdownlint/docs/TOP005.md @@ -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 diff --git a/markdownlint/docs/TOP010.md b/markdownlint/docs/TOP010.md index 041c1ee53a5..08b4a28c00c 100644 --- a/markdownlint/docs/TOP010.md +++ b/markdownlint/docs/TOP010.md @@ -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