[PR #321] [CLOSED] Normalize and PlainText rendering #943

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/321
Author: @MihaZupan
Created: 3/17/2019
Status: Closed

Base: masterHead: normalize-rendering


📝 Commits (3)

  • 95dd2c1 Add Spec files for Normalize and PlainText renderers
  • 5100ed0 Update changelog
  • 343a2a1 Add sample Normalize/PlainText spec files

📊 Changes

16 files changed (+437 additions, -397 deletions)

View changed files

📝 appveyor.yml (+14 -5)
📝 changelog.md (+2 -1)
src/Markdig.Tests/App.config (+0 -6)
📝 src/Markdig.Tests/Markdig.Tests.csproj (+11 -147)
src/Markdig.Tests/MiscTests.cs (+146 -0)
src/Markdig.Tests/NormalizeSpecs/Headings.cs (+93 -0)
src/Markdig.Tests/NormalizeSpecs/Headings.md (+48 -0)
src/Markdig.Tests/PlainTextSpecs/SamplePlainText.cs (+35 -0)
src/Markdig.Tests/PlainTextSpecs/SamplePlainText.md (+10 -0)
src/Markdig.Tests/Program.cs (+0 -14)
src/Markdig.Tests/Properties/AssemblyInfo.cs (+0 -36)
📝 src/Markdig.Tests/TestNormalize.cs (+12 -15)
📝 src/Markdig.Tests/TestParser.cs (+17 -131)
📝 src/Markdig.Tests/TestPlainText.cs (+6 -10)
src/Markdig.Tests/project.json (+0 -24)
📝 src/SpecFileGen/Program.cs (+43 -8)

📄 Description

WIP, opening to see if AppVeyor plays along with dotnet test

  • Changed Markdig.Tests csproj to the new sdk format
  • Added specification file functionality for Normalize and PlainText tests

🔄 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/321 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 3/17/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `normalize-rendering` --- ### 📝 Commits (3) - [`95dd2c1`](https://github.com/xoofx/markdig/commit/95dd2c148c7d7e441387c4adc39e845b08d9bc20) Add Spec files for Normalize and PlainText renderers - [`5100ed0`](https://github.com/xoofx/markdig/commit/5100ed0b68a0d041c6d9e55f237c550f973ce9a9) Update changelog - [`343a2a1`](https://github.com/xoofx/markdig/commit/343a2a17e1c8fe245fb7581b072c5773d49bb42d) Add sample Normalize/PlainText spec files ### 📊 Changes **16 files changed** (+437 additions, -397 deletions) <details> <summary>View changed files</summary> 📝 `appveyor.yml` (+14 -5) 📝 `changelog.md` (+2 -1) ➖ `src/Markdig.Tests/App.config` (+0 -6) 📝 `src/Markdig.Tests/Markdig.Tests.csproj` (+11 -147) ➕ `src/Markdig.Tests/MiscTests.cs` (+146 -0) ➕ `src/Markdig.Tests/NormalizeSpecs/Headings.cs` (+93 -0) ➕ `src/Markdig.Tests/NormalizeSpecs/Headings.md` (+48 -0) ➕ `src/Markdig.Tests/PlainTextSpecs/SamplePlainText.cs` (+35 -0) ➕ `src/Markdig.Tests/PlainTextSpecs/SamplePlainText.md` (+10 -0) ➖ `src/Markdig.Tests/Program.cs` (+0 -14) ➖ `src/Markdig.Tests/Properties/AssemblyInfo.cs` (+0 -36) 📝 `src/Markdig.Tests/TestNormalize.cs` (+12 -15) 📝 `src/Markdig.Tests/TestParser.cs` (+17 -131) 📝 `src/Markdig.Tests/TestPlainText.cs` (+6 -10) ➖ `src/Markdig.Tests/project.json` (+0 -24) 📝 `src/SpecFileGen/Program.cs` (+43 -8) </details> ### 📄 Description WIP, opening to see if AppVeyor plays along with `dotnet test` - Changed Markdig.Tests csproj to the new sdk format - Added specification file functionality for Normalize and PlainText tests --- <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:47:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#943