This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Markdown linting: Lists should be surrounded by blank lines (MD032) #5250
Labels
Editorial
Typo and grammar fixes or minor rewrites to correct inaccuracies
Comments
PR #5415 fixes a majority of the errors, but before we can close this issue and enable the rule on production we need to fix the remaining issues:
We're considering some architectural changes that will eliminate the need to lint MRG topics, but we still need to address the cloud issues @hguthrie & @meker12. |
Unfortunately, the error count rose to |
I fixed all the errors in https://github.com/magento/devdocs/tree/5250-enable-MD032, except for the following false positives:
The tool is identifying asterisks inside a code block as list items.
|
I added some blank lines to resolve the errors, but it's not ideal since the rendered output will show extra lines as well. I can live with it though. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Description
The Markdown linter reports about 2897 issues when the rule 'MD032' is enabled.
Steps to reproduce
_checks/styles/style-rules-prod
changeexclude_rule 'MD032'
torule 'MD032'
.rake test:md
.Test your updates
rake:preview
). For more information, refer to the README.Note-->Do NOT use special keywords in your commit message.
Expected result
All the reported issues are fixed.
The
rake test:md
command returnsNo issues found
.The text was updated successfully, but these errors were encountered: