mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #321] [CLOSED] Normalize and PlainText rendering #943
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/321
Author: @MihaZupan
Created: 3/17/2019
Status: ❌ Closed
Base:
master← Head:normalize-rendering📝 Commits (3)
95dd2c1Add Spec files for Normalize and PlainText renderers5100ed0Update changelog343a2a1Add 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🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.