mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-14 21:47:13 +00:00
[PR #590] [MERGED] Fix link reference definition parse bug with title and CRLF #1131
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/590
Author: @yufeih
Created: 1/21/2022
Status: ✅ Merged
Merged: 1/23/2022
Merged by: @xoofx
Base:
master← Head:bug-crlf-link📝 Commits (1)
d807255Fix 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.