This repository has been 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.8k
Markdown linting: Fix MD004 errors and enable rule #5610
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixed list styles (MD004) in the Release Notes
Fixed list styles (MD004) in the Frontend Dev Guide
Fixed list styles (MD004) in the Migration Guide
Fixed list styles (MD004) in the UI Components Guide
Fixed list styles (MD004) in the Contribution and Configuration Guides
Fixed list styles (MD004) in several guides
Fixed list styles (MD004) in several more guides
Co-Authored-By: hguthrie <hguthrie@users.noreply.github.com>
Fixed list styles (MD004) in the Cloud Guide
Fixed final list style (MD004) errors
jeff-matthews
added
Editorial
Typo and grammar fixes or minor rewrites to correct inaccuracies
Internal Dev
Differentiates work between community and Magento staff
labels
Oct 7, 2019
dshevtsov
approved these changes
Oct 7, 2019
running tests |
running tests |
Hi @jeff-matthews, thank you for your contribution! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Editorial
Typo and grammar fixes or minor rewrites to correct inaccuracies
Internal Dev
Differentiates work between community and Magento staff
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request (PR) fixes all MD004 (Inconsistent unordered list style) errors and enables the rule on production.
All the changes in this PR come from PRs that were reviewed, approved, and merged with the
MD004-integration
branch.Fixes #5241