mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
[PR #426] [MERGED] git add --renormalize . #1024
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/426
Author: @MihaZupan
Created: 4/22/2020
Status: ✅ Merged
Merged: 4/22/2020
Merged by: @xoofx
Base:
master← Head:renormalize📝 Commits (2)
b2e49d1Add .gitattributes62a0992git add --renormalize .📊 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.