<fix> Changed tabIndex of second element to 1 - Advanced HTML and CSS / Keyboard Navigation #84
markdownlint-lessons.yml
on: pull_request
Lint lesson files
23s
Annotations
4 errors
Multiline HTML tags should be surrounded by blank lines or code block delimiters:
advanced_html_css/accessibility/keyboard_navigation.md#L91
advanced_html_css/accessibility/keyboard_navigation.md:91 TOP005/blanks-around-multiline-html-tags Multiline HTML tags should be surrounded by blank lines or code block delimiters [
Expected blank lines/code block delimiters: { Before: 1, After: 1 }
Actual blank lines/code block delimiters: { Before: 1, After: 0 }
] [Context: "<div class="lesson-content__panel" markdown="1">"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP005.md
|
Multiline HTML tags should be surrounded by blank lines or code block delimiters:
advanced_html_css/accessibility/keyboard_navigation.md#L93
advanced_html_css/accessibility/keyboard_navigation.md:93 TOP005/blanks-around-multiline-html-tags Multiline HTML tags should be surrounded by blank lines or code block delimiters [
Expected blank lines/code block delimiters: { Before: 1, After: 1 }
Actual blank lines/code block delimiters: { Before: 0, After: 1 }
] [Context: "</div>"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP005.md
|
Sections have default content:
advanced_html_css/accessibility/keyboard_navigation.md#L107
advanced_html_css/accessibility/keyboard_navigation.md:107 TOP003/default-section-content Sections have default content [Expected: "This section contains helpful links to related content. It isn't required, so consider it supplemental."; Actual: "This section contains helpful links to related content. It isn’t required, so consider it supplemental.",] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP003.md
|
Lint lesson files
Failed with exit code: 1
|