Skip to content

Markdown comment ending with tag parsed incorrectly#4803

Merged
subyssurendran666 merged 1 commit intoeclipse-jdt:masterfrom
subyssurendran666:issu4788
Jan 29, 2026
Merged

Markdown comment ending with tag parsed incorrectly#4803
subyssurendran666 merged 1 commit intoeclipse-jdt:masterfrom
subyssurendran666:issu4788

Conversation

@subyssurendran666
Copy link
Contributor

@subyssurendran666 subyssurendran666 commented Jan 29, 2026

This PR fixes an issue in the markdown parser where a markdown comment ending with a markdown tag is not handled correctly. The parser fails to properly close the trailing tag, resulting in an incorrect TagElement or TextElement

Fix: #4786

image

What it does

How to test

Author checklist

This PR fixes an issue in the markdown parser where a markdown comment
ending with a markdown tag is not handled correctly. The parser fails to
properly close the trailing tag, resulting in an incorrect TagElement or
TextElement

Fix: eclipse-jdt#4786
@subyssurendran666 subyssurendran666 merged commit bb14631 into eclipse-jdt:master Jan 29, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect TagElement/TextElement when markdown comment ends with a Markdown tag

1 participant

Comments