[PR #453] [MERGED] Autolink tel: uri #1036

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/453
Author: @davidackroyd99
Created: 7/22/2020
Status: Merged
Merged: 7/22/2020
Merged by: @xoofx

Base: masterHead: feature/autolink-tel-uri


📝 Commits (1)

  • b2fcb1c autolink tel: uri, with basic test

📊 Changes

3 files changed (+19 additions, -5 deletions)

View changed files

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

📄 Description

This fixes 437

Extends autolink functionality to be able to deal with tel:+1234567890.
Includes test.


🔄 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/453 **Author:** [@davidackroyd99](https://github.com/davidackroyd99) **Created:** 7/22/2020 **Status:** ✅ Merged **Merged:** 7/22/2020 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `feature/autolink-tel-uri` --- ### 📝 Commits (1) - [`b2fcb1c`](https://github.com/xoofx/markdig/commit/b2fcb1cc3736ca75d0bc0ddcfafb8e8ff9fa9af8) autolink tel: uri, with basic test ### 📊 Changes **3 files changed** (+19 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Specs/AutoLinks.generated.cs` (+5 -2) 📝 `src/Markdig.Tests/Specs/AutoLinks.md` (+3 -0) 📝 `src/Markdig/Extensions/AutoLinks/AutoLinkParser.cs` (+11 -3) </details> ### 📄 Description This fixes [437](https://github.com/lunet-io/markdig/issues/437) Extends autolink functionality to be able to deal with tel:+1234567890. Includes test. --- <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:48:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1036