mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-16 05:55:42 +00:00
[PR #453] [MERGED] Autolink tel: uri #1036
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/autolink-tel-uri📝 Commits (1)
b2fcb1cautolink 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.