[PR #590] [MERGED] Fix link reference definition parse bug with title and CRLF #1131

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/590
Author: @yufeih
Created: 1/21/2022
Status: Merged
Merged: 1/23/2022
Merged by: @xoofx

Base: masterHead: bug-crlf-link


📝 Commits (1)

  • d807255 Fix link reference definition parse bug with title and CRLF

📊 Changes

2 files changed (+21 additions, -9 deletions)

View changed files

📝 src/Markdig.Tests/TestPlayParser.cs (+11 -5)
📝 src/Markdig/Helpers/LinkHelper.cs (+10 -4)

📄 Description

Fix LinkReferenceDefinition parse bug when CRLF is used as line ending: https://github.com/dotnet/docfx/issues/7850


🔄 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/590 **Author:** [@yufeih](https://github.com/yufeih) **Created:** 1/21/2022 **Status:** ✅ Merged **Merged:** 1/23/2022 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `bug-crlf-link` --- ### 📝 Commits (1) - [`d807255`](https://github.com/xoofx/markdig/commit/d807255e13466ba27fccfc181e688028cdcba29e) Fix link reference definition parse bug with title and CRLF ### 📊 Changes **2 files changed** (+21 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/TestPlayParser.cs` (+11 -5) 📝 `src/Markdig/Helpers/LinkHelper.cs` (+10 -4) </details> ### 📄 Description Fix LinkReferenceDefinition parse bug when CRLF is used as line ending: https://github.com/dotnet/docfx/issues/7850 --- <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:50:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1131