We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When rendering the following table without any modifications to theme, the header contents aren't padded.
| Right | Left | |------:|:-----| | Value | One | | Value | Two |
I guess Markdown parsing has changed at some point, or this corner case wasn't tested?
The text was updated successfully, but these errors were encountered:
Merge pull request #824 from sdruskat/patch-1
0c37b91
Fix #823: Apply default padding to table headers
Fix rust-lang#823: Apply default padding to table headers
6a5211b
This PR fixes rust-lang#823 by applying the default padding for table cells (`padding: 3px 20px;`) to header cells.
Merge pull request rust-lang#824 from sdruskat/patch-1
c2a025d
Successfully merging a pull request may close this issue.
When rendering the following table without any modifications to theme, the header contents aren't padded.
I guess Markdown parsing has changed at some point, or this corner case wasn't tested?
The text was updated successfully, but these errors were encountered: