[PR #426] [MERGED] git add --renormalize . #1024

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/426
Author: @MihaZupan
Created: 4/22/2020
Status: Merged
Merged: 4/22/2020
Merged by: @xoofx

Base: masterHead: renormalize


📝 Commits (2)

📊 Changes

51 files changed (+4087 additions, -4084 deletions)

View changed files

.gitattributes (+3 -0)
📝 changelog.md (+213 -213)
📝 src/Markdig.Tests/Markdig.Tests.csproj (+22 -22)
📝 src/Markdig.Tests/MiscTests.cs (+241 -241)
📝 src/Markdig.Tests/NormalizeSpecs/Headings.md (+6 -6)
📝 src/Markdig.Tests/Specs/AbbreviationSpecs.md (+3 -3)
📝 src/Markdig.Tests/Specs/AutoLinks.md (+22 -22)
📝 src/Markdig.Tests/TestCustomEmojis.cs (+37 -37)
📝 src/Markdig.Tests/TestDescendantsOrder.cs (+153 -153)
📝 src/Markdig.Tests/TestEmphasisExtended.cs (+168 -168)
📝 src/Markdig.Tests/TestEmphasisExtraOptions.cs (+44 -44)
📝 src/Markdig.Tests/TestImageAltText.cs (+25 -25)
📝 src/Markdig.Tests/TestLinkHelper.cs (+6 -6)
📝 src/Markdig.Tests/TestParser.cs (+189 -189)
📝 src/Markdig.Tests/TestPlainText.cs (+3 -3)
📝 src/Markdig.Tests/TestSourcePosition.cs (+46 -46)
📝 src/Markdig/Extensions/Abbreviations/AbbreviationParser.cs (+19 -19)
📝 src/Markdig/Extensions/AutoIdentifiers/AutoIdentifierExtension.cs (+213 -213)
📝 src/Markdig/Extensions/AutoLinks/AutoLinkExtension.cs (+3 -3)
📝 src/Markdig/Extensions/AutoLinks/AutoLinkOptions.cs (+22 -22)

...and 31 more files

📄 Description

Hopefully the last diff with a ton of line-ending changes

With hidden whitespace changes: https://github.com/lunet-io/markdig/pull/426/files?diff=split&w=1


🔄 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/426 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 4/22/2020 **Status:** ✅ Merged **Merged:** 4/22/2020 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `renormalize` --- ### 📝 Commits (2) - [`b2e49d1`](https://github.com/xoofx/markdig/commit/b2e49d174ecd7fa3339a81587f392b4f6fb69e1d) Add .gitattributes - [`62a0992`](https://github.com/xoofx/markdig/commit/62a0992e5e71210ed3466e61ff7e13fce8dde18a) git add --renormalize . ### 📊 Changes **51 files changed** (+4087 additions, -4084 deletions) <details> <summary>View changed files</summary> ➕ `.gitattributes` (+3 -0) 📝 `changelog.md` (+213 -213) 📝 `src/Markdig.Tests/Markdig.Tests.csproj` (+22 -22) 📝 `src/Markdig.Tests/MiscTests.cs` (+241 -241) 📝 `src/Markdig.Tests/NormalizeSpecs/Headings.md` (+6 -6) 📝 `src/Markdig.Tests/Specs/AbbreviationSpecs.md` (+3 -3) 📝 `src/Markdig.Tests/Specs/AutoLinks.md` (+22 -22) 📝 `src/Markdig.Tests/TestCustomEmojis.cs` (+37 -37) 📝 `src/Markdig.Tests/TestDescendantsOrder.cs` (+153 -153) 📝 `src/Markdig.Tests/TestEmphasisExtended.cs` (+168 -168) 📝 `src/Markdig.Tests/TestEmphasisExtraOptions.cs` (+44 -44) 📝 `src/Markdig.Tests/TestImageAltText.cs` (+25 -25) 📝 `src/Markdig.Tests/TestLinkHelper.cs` (+6 -6) 📝 `src/Markdig.Tests/TestParser.cs` (+189 -189) 📝 `src/Markdig.Tests/TestPlainText.cs` (+3 -3) 📝 `src/Markdig.Tests/TestSourcePosition.cs` (+46 -46) 📝 `src/Markdig/Extensions/Abbreviations/AbbreviationParser.cs` (+19 -19) 📝 `src/Markdig/Extensions/AutoIdentifiers/AutoIdentifierExtension.cs` (+213 -213) 📝 `src/Markdig/Extensions/AutoLinks/AutoLinkExtension.cs` (+3 -3) 📝 `src/Markdig/Extensions/AutoLinks/AutoLinkOptions.cs` (+22 -22) _...and 31 more files_ </details> ### 📄 Description Hopefully the last diff with a ton of line-ending changes With hidden whitespace changes: https://github.com/lunet-io/markdig/pull/426/files?diff=split&w=1 --- <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:48:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1024