[PR #30] [MERGED] Include digits after first letter in Urilize (for Auto-Identifiers) #768

Open
opened 2026-01-29 14:45:19 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/30
Author: @Jither
Created: 6/26/2016
Status: Merged
Merged: 6/26/2016
Merged by: @xoofx

Base: masterHead: Urilize-DigitFix


📝 Commits (1)

  • 8f8b08f Include digits after first letter in Urilize (for Auto-Identifiers)

📊 Changes

4 files changed (+106 additions, -1 deletions)

View changed files

📝 src/Markdig.Tests/Markdig.Tests.csproj (+2 -0)
📝 src/Markdig.Tests/TestLinkHelper.cs (+97 -0)
📝 src/Markdig.Tests/project.json (+2 -1)
📝 src/Markdig/Helpers/LinkHelper.cs (+5 -0)

📄 Description

Feel free to ignore changes to project.json and the .csproj - those are solely for allowing me to utilize the VS Test Runner:
Added dependency in project.json: NUnit3TestAdapter
Disabled "Prefer 32-bit" on Markdig.Tests(.csproj) to accommodate NUnit.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/30 **Author:** [@Jither](https://github.com/Jither) **Created:** 6/26/2016 **Status:** ✅ Merged **Merged:** 6/26/2016 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `Urilize-DigitFix` --- ### 📝 Commits (1) - [`8f8b08f`](https://github.com/xoofx/markdig/commit/8f8b08fad6dc99978fb5ee28e1a261a3bdc09870) Include digits after first letter in Urilize (for Auto-Identifiers) ### 📊 Changes **4 files changed** (+106 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Markdig.Tests.csproj` (+2 -0) 📝 `src/Markdig.Tests/TestLinkHelper.cs` (+97 -0) 📝 `src/Markdig.Tests/project.json` (+2 -1) 📝 `src/Markdig/Helpers/LinkHelper.cs` (+5 -0) </details> ### 📄 Description Feel free to ignore changes to project.json and the .csproj - those are solely for allowing me to utilize the VS Test Runner: Added dependency in project.json: NUnit3TestAdapter Disabled "Prefer 32-bit" on Markdig.Tests(.csproj) to accommodate NUnit. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:45:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#768