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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants