Fix table orientation in the comparison page (#2236)#7888
Open
karanrajsurya wants to merge 4 commits intowebpack:mainfrom
Open
Fix table orientation in the comparison page (#2236)#7888karanrajsurya wants to merge 4 commits intowebpack:mainfrom
karanrajsurya wants to merge 4 commits intowebpack:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
.markdownlint.json
Outdated
| "MD004": { "style": "dash" }, | ||
| "MD007": { "indent": 2 }, | ||
| "MD013": { "line_length": 600, "code_blocks": false }, | ||
| "MD013": { "line_length": 1600, "code_blocks": false }, |
Author
There was a problem hiding this comment.
Actually I transposed the table so the table becomes more visible. Its fine if you want to retain that part, i will find another way to make the table actually work and readable without changing other parts of the project.
Author
Member
|
This page is outdated, and we need to remove it, don't think we need it in now days |
Author
Alright sir, its okay if you want to remove the page. I'd be happy if my commit gets merged or to help if this page need some improvement or anything. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

I have fixed the comparison table issue. People were unable to read the table as it was too long so I changed it to more readable form without changing any content. (Reverted the module changes and only pushed the table this time. Please let me know if anything else should be adjusted.)