mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #560] [MERGED] Fix rendering diff between line endings #1114
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/560
Author: @yufeih
Created: 6/29/2021
Status: ✅ Merged
Merged: 7/6/2021
Merged by: @xoofx
Base:
master← Head:yufeih/fix-crlf📝 Commits (1)
54d85ebFix 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.