mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
[PR #169] [CLOSED] fix autolink extension issue when url ending with comma #843
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/169
Author: @yishengjin1413
Created: 11/14/2017
Status: ❌ Closed
Base:
master← Head:fixautolinkextension📝 Commits (1)
7e73b7afix autolink extension issue when url ending with comma📊 Changes
2 files changed (+12 additions, -4 deletions)
View changed files
📝
src/Markdig.Tests/TestParser.cs(+6 -0)📝
src/Markdig/Helpers/LinkHelper.cs(+6 -4)📄 Description
Please see the unit test as an example, the original rendering result is
<p><a href="http://your.company.abc,">http://your.company.abc,</a> abc</p>.All the test cases are passed with this change.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.