Skip to content

Allow table specific tags for markdown in hovers (fixes #99983) #99988

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

Merged
merged 1 commit into from
Jun 12, 2020

Conversation

IllusionMH
Copy link
Contributor

@IllusionMH IllusionMH commented Jun 12, 2020

This PR fixes #99983

#97793 added list of allowedTags that's based on Commonmark spec.
Tables come from GitHub Flavored Markdown and were mentioned in GH spec only and therefore thead, and tbody were stripped from output leaving empty space.

Only tag that's produced by GHFM and not in list is checkbox, so I didn't add it to the list.

It looks like #97793 had no tests specific to that change. Do I need to add tests for tables in scope of this PR?

/cc @mjbvz @alexr00

@gjsjohnmurray
Copy link
Contributor

Maybe a candidate for recovery build?

@alexr00 alexr00 added this to the June 2020 milestone Jun 12, 2020
@alexr00 alexr00 merged commit eadd81d into microsoft:master Jun 12, 2020
@IllusionMH IllusionMH deleted the allow-markdown-tables-99983 branch June 12, 2020 15:09
@github-actions github-actions bot locked and limited conversation to collaborators Jul 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Markdown tables are not rendered on Hover with 1.46.0
3 participants