mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-12 21:39:32 +00:00
[PR #488] [CLOSED] Fix label of inline links not set correctly #1059
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/488
Author: @ErikSchierboom
Created: 11/1/2020
Status: ❌ Closed
Base:
master← Head:fix-label-of-inline-links📝 Commits (4)
97c0816Fix label of inline links not set correctlyba0fc36Add tests for link parsingf4d8acfRevert back to original86485e0Mark tests unique📊 Changes
1 file changed (+38 additions, -0 deletions)
View changed files
➕
src/Markdig.Tests/TestLinkParser.cs(+38 -0)📄 Description
Closes https://github.com/lunet-io/markdig/issues/487
I'm new to the code base, so I have no idea if this is the right approach. It does fix the issue. I didn't know where to add a test for this. Let me know if you'd like me to add such a test.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.