Skip to content
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

Fix merged table cells in extension marketplace readme rendering unmerged #211666

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

grgar
Copy link
Contributor

@grgar grgar commented Apr 29, 2024

Marketplace website supports merged cells in tables for rendering the readme for an extension, for example Stretch:

Screenshot 2024-04-29 at 9 02 53 PM

but not inside VS Code causing tables to be broken:

Screenshot 2024-04-29 at 9 04 37 PM

Add colspan and rowspan attributes to the allow list for parity with marketplace.visualstudio.com:

Screenshot 2024-04-29 at 9 02 30 PM
Marketplace website supports merged cells in tables for rendering the readme for an extension, but not inside VS Code causing tables to be broken. Add colspan and rowspan attributes to the allow list for parity with marketplace.visualstudio.com.
@mjbvz mjbvz added this to the June 2024 milestone Jun 19, 2024
@mjbvz mjbvz merged commit 1330e6d into microsoft:main Jun 19, 2024
6 checks passed
@grgar grgar deleted the allow-table-merged-cells branch June 19, 2024 18:09
bricefriha pushed a commit to bricefriha/vscode that referenced this pull request Jun 26, 2024
…rged (microsoft#211666)

Fix merged table cells not rendering like marketplace

Marketplace website supports merged cells in tables for rendering the readme for an extension, but not inside VS Code causing tables to be broken. Add colspan and rowspan attributes to the allow list for parity with marketplace.visualstudio.com.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants