[PR #548] JiraLinkInlineParser.cs - Make digits in JiraKey's posible #1111

Closed
opened 2026-01-29 14:49:49 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/xoofx/markdig/pull/548

State: closed
Merged: Yes


A digit can also be part of the project key for example T3ST is a valid project key and T3ST-123 is thus a valid Jira issue number but it will not be recognized by this tool.
I propose to add an OR IsDigit() check like: 'while (current.IsAlphaUpper() || current.IsDigit())'
Thanks for considering to update.

**Original Pull Request:** https://github.com/xoofx/markdig/pull/548 **State:** closed **Merged:** Yes --- A digit can also be part of the project key for example T3ST is a valid project key and T3ST-123 is thus a valid Jira issue number but it will not be recognized by this tool. I propose to add an OR IsDigit() check like: 'while (current.IsAlphaUpper() || current.IsDigit())' Thanks for considering to update.
claunia added the pull-request label 2026-01-29 14:49:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1111