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

markdown preview: Fix infinite loop in parser when parsing list items #19785

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

bennetbo
Copy link
Collaborator

@bennetbo bennetbo commented Oct 26, 2024

Release Notes:

  • Fixed an issue where HTML tags within list items would break the markdown preview

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Oct 26, 2024
@bennetbo bennetbo merged commit 03a1c8d into main Oct 26, 2024
11 checks passed
@bennetbo bennetbo deleted the fix-markdown-preview-parser branch October 26, 2024 12:59
bennetbo added a commit that referenced this pull request Oct 27, 2024
Follow up to #19785

This PR ensures that we explicitly ignore inline HTML tags so that we
can still extract the text between the tags and show them to the user

Release Notes:

- N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant