[PR #478] [MERGED] Fix tel: treated as autolink #1057

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/478
Author: @yufeih
Created: 9/30/2020
Status: Merged
Merged: 10/3/2020
Merged by: @xoofx

Base: masterHead: fix-476


📝 Commits (1)

  • 971207e Fix tel: treated as autolink

📊 Changes

3 files changed (+14 additions, -4 deletions)

View changed files

📝 src/Markdig.Tests/Specs/AutoLinks.generated.cs (+5 -3)
📝 src/Markdig.Tests/Specs/AutoLinks.md (+3 -1)
📝 src/Markdig/Extensions/AutoLinks/AutoLinkParser.cs (+6 -0)

📄 Description

Fixes #476


🔄 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/478 **Author:** [@yufeih](https://github.com/yufeih) **Created:** 9/30/2020 **Status:** ✅ Merged **Merged:** 10/3/2020 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `fix-476` --- ### 📝 Commits (1) - [`971207e`](https://github.com/xoofx/markdig/commit/971207e94214f0d575a1f14e5b059a2a3a3c996e) Fix tel: treated as autolink ### 📊 Changes **3 files changed** (+14 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Specs/AutoLinks.generated.cs` (+5 -3) 📝 `src/Markdig.Tests/Specs/AutoLinks.md` (+3 -1) 📝 `src/Markdig/Extensions/AutoLinks/AutoLinkParser.cs` (+6 -0) </details> ### 📄 Description Fixes #476 --- <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:49:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1057