Skip to content

Fix AppendHeadingListItem#4

Merged
prozolic merged 1 commit intomainfrom
pr
Feb 14, 2026
Merged

Fix AppendHeadingListItem#4
prozolic merged 1 commit intomainfrom
pr

Conversation

@prozolic
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings February 14, 2026 04:40
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request fixes the AppendHeadingListItem method in the HTML generator to handle LinkDelimiterInline elements in markdown headings. The fix adds logic to process link delimiter inlines (such as [ or ] characters) that appear after literal text, including their literal representation and any nested literal content.

Changes:

  • Added handling for LinkDelimiterInline elements when they appear as the next sibling of a LiteralInline
  • The delimiter's literal character and its child literal content are now included in the title text

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/PRDigest.NET/HtmlGenereator.cs
Comment thread src/PRDigest.NET/HtmlGenereator.cs
@prozolic prozolic merged commit ac0606b into main Feb 14, 2026
8 checks passed
@prozolic prozolic deleted the pr branch February 14, 2026 04:48
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.

2 participants