[PR #488] [CLOSED] Fix label of inline links not set correctly #1059

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/488
Author: @ErikSchierboom
Created: 11/1/2020
Status: Closed

Base: masterHead: fix-label-of-inline-links


📝 Commits (4)

  • 97c0816 Fix label of inline links not set correctly
  • ba0fc36 Add tests for link parsing
  • f4d8acf Revert back to original
  • 86485e0 Mark 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.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/488 **Author:** [@ErikSchierboom](https://github.com/ErikSchierboom) **Created:** 11/1/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-label-of-inline-links` --- ### 📝 Commits (4) - [`97c0816`](https://github.com/xoofx/markdig/commit/97c08169ab946d183254d47fdd091287b7cff734) Fix label of inline links not set correctly - [`ba0fc36`](https://github.com/xoofx/markdig/commit/ba0fc36b0616e0d286435ad8a42350727bf02c9b) Add tests for link parsing - [`f4d8acf`](https://github.com/xoofx/markdig/commit/f4d8acf5f4f6abc1f9883dc2248e61b8054e7112) Revert back to original - [`86485e0`](https://github.com/xoofx/markdig/commit/86485e0cb5d66629eeeb9c54a670e1cdaf464306) Mark tests unique ### 📊 Changes **1 file changed** (+38 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/Markdig.Tests/TestLinkParser.cs` (+38 -0) </details> ### 📄 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. --- <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:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1059