-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
docs: add link on linter without configuration #4843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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.
It's just related to the size of the cell, it's expected because it's a table and the icon is not a character, I cannot fix that.
It's not an underscore but a link decoration: the emoji is a character and not an image so the "text" of the link has a decoration.
I updated the file name. |
ping @Antonboom |
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.
because it's 2 separated tables. |
but why in the second one the description width is shorter? with equal rems |
That's why we do backend. Because we have no patience for such mess and nonsense. I don't understand how frontend can work without becoming insane 😁 |
Because the sizes of the cells are computed based on the size of the cells of one table. |
This PR creates an invisible span with ID to generate an anchor for all linter names.
Result:
link example:
http://localhost:8000/usage/linters/#bodyclose
This also fixes:
Fixes #4841