[PR #260] [MERGED] Allow #, ? and : instead of only / as the domain separator for AutoLinks #903

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/260
Author: @MihaZupan
Created: 10/25/2018
Status: Merged
Merged: 10/25/2018
Merged by: @xoofx

Base: masterHead: fix-autolinks


📝 Commits (2)

  • 7e81747 AutoLink Match links without slash after domain
  • ecd625d Test for links without a slash after the domain

📊 Changes

2 files changed (+22 additions, -2 deletions)

View changed files

📝 src/Markdig.Tests/Specs/AutoLinks.md (+21 -1)
📝 src/Markdig/Helpers/LinkHelper.cs (+1 -1)

📄 Description

Addresses #258

The issue with the Specs file remains, do you want me to commit it anyway?


🔄 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/260 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 10/25/2018 **Status:** ✅ Merged **Merged:** 10/25/2018 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `fix-autolinks` --- ### 📝 Commits (2) - [`7e81747`](https://github.com/xoofx/markdig/commit/7e8174766216e7b58c745d80ec7be2de4d66a484) AutoLink Match links without slash after domain - [`ecd625d`](https://github.com/xoofx/markdig/commit/ecd625d40b1cdb29420c787e85deaad6d8ff091a) Test for links without a slash after the domain ### 📊 Changes **2 files changed** (+22 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Specs/AutoLinks.md` (+21 -1) 📝 `src/Markdig/Helpers/LinkHelper.cs` (+1 -1) </details> ### 📄 Description Addresses #258 The issue with the Specs file remains, do you want me to commit it anyway? --- <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:47:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#903