[PR #560] [MERGED] Fix rendering diff between line endings #1114

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/560
Author: @yufeih
Created: 6/29/2021
Status: Merged
Merged: 7/6/2021
Merged by: @xoofx

Base: masterHead: yufeih/fix-crlf


📝 Commits (1)

  • 54d85eb Fix rendering diff between line endings

📊 Changes

5 files changed (+31 additions, -7 deletions)

View changed files

📝 src/Markdig.Tests/RoundtripSpecs/TestParagraph.cs (+3 -3)
src/Markdig.Tests/TestNewLine.cs (+17 -0)
📝 src/Markdig/Parsers/Inlines/CodeInlineParser.cs (+7 -1)
📝 src/Markdig/Parsers/Inlines/EscapeInlineParser.cs (+2 -2)
📝 src/Markdig/Parsers/Inlines/LiteralInlineParser.cs (+2 -1)

📄 Description

Fixes #534


🔄 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/560 **Author:** [@yufeih](https://github.com/yufeih) **Created:** 6/29/2021 **Status:** ✅ Merged **Merged:** 7/6/2021 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `yufeih/fix-crlf` --- ### 📝 Commits (1) - [`54d85eb`](https://github.com/xoofx/markdig/commit/54d85ebac6ae2d4532ea5bd8d1a1668d2768d80b) Fix rendering diff between line endings ### 📊 Changes **5 files changed** (+31 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/RoundtripSpecs/TestParagraph.cs` (+3 -3) ➕ `src/Markdig.Tests/TestNewLine.cs` (+17 -0) 📝 `src/Markdig/Parsers/Inlines/CodeInlineParser.cs` (+7 -1) 📝 `src/Markdig/Parsers/Inlines/EscapeInlineParser.cs` (+2 -2) 📝 `src/Markdig/Parsers/Inlines/LiteralInlineParser.cs` (+2 -1) </details> ### 📄 Description Fixes #534 --- <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:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1114