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

Render checkboxes in markdown #200846

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Render checkboxes in markdown #200846

merged 1 commit into from
Dec 19, 2023

Conversation

alexr00
Copy link
Member

@alexr00 alexr00 commented Dec 14, 2023

@alexr00 alexr00 requested a review from mjbvz December 14, 2023 13:21
@alexr00 alexr00 self-assigned this Dec 14, 2023
@VSCodeTriageBot VSCodeTriageBot added this to the December / January 2024 milestone Dec 14, 2023
@@ -1817,6 +1817,7 @@ export const basicMarkupHtmlTags = Object.freeze([
'hr',
'i',
'img',
'input',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjbvz, I just noticed that this array is also used here:

ALLOWED_TAGS: [
...basicMarkupHtmlTags,
'checkbox',
'checklist',
],

Is this still ok?

@alexr00 alexr00 merged commit 2f3b5d8 into main Dec 19, 2023
7 checks passed
@alexr00 alexr00 deleted the alexr00/issue5310 branch December 19, 2023 09:41
@microsoft microsoft locked and limited conversation to collaborators Jun 11, 2024
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.

Task list checkboxes aren't rendered
3 participants