Project: Sub Strings: Remove unnecessary note #76
markdownlint-projects.yml
on: pull_request
Lint project files
35s
Annotations
4 errors
Multiple consecutive blank lines:
ruby/basic_ruby_projects/project_sub_strings.md#L31
ruby/basic_ruby_projects/project_sub_strings.md:31 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md012.md
|
Lists should be surrounded by blank lines:
ruby/basic_ruby_projects/project_sub_strings.md#L34
ruby/basic_ruby_projects/project_sub_strings.md:34 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Recall how to turn strings i..."] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md032.md
|
Multiline HTML tags should be surrounded by blank lines or code block delimiters:
ruby/basic_ruby_projects/project_sub_strings.md#L35
ruby/basic_ruby_projects/project_sub_strings.md:35 TOP005/blanks-around-multiline-html-tags Multiline HTML tags should be surrounded by blank lines or code block delimiters [Expected a blank line or a code block delimiter (```) before the tag] [Context: "</div>"] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP005.md
|
Lint project files
Failed with exit code: 1
|