-
Notifications
You must be signed in to change notification settings - Fork 1.7k
magento/devdocs#5245: Markdown linting: Hard tabs (MD010) #5362
Conversation
An admin must run tests on this PR before it can be merged. |
8ddb4af
to
38180ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some hard tabs are the only thing holding code blocks in place. Needs more work or needs the code block fixes.
Also, skews the ordered list numbering.
|
||
magento-cloud login | ||
3. List your projects. With the project ID, you can complete additional commands. | ||
magento-cloud login |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A step that includes code blocks, images, or step sub-paragraphs should begin at the same position as the first letter of the step sentence. Otherwise, this ordered list loses the order and formatting. You will have to review each file to ensure that replacing the hard tab does not adversely affect the formatting of the topic elements.
Will you be addressing this PR or will you be focused on the other related PRs, such as #5471 ? |
Yes, I understood that, but I ask because I will be closing this PR. Thanks! |
Hi @atwixfirster, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) fixes #5245