mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-12 13:54:45 +00:00
[PR #184] [CLOSED] [WIP] Add Normalization Support for PipeTables (GFM) #847
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/184
Author: @tthiery
Created: 12/17/2017
Status: ❌ Closed
Base:
master← Head:normalize-tables📝 Commits (2)
859841bAdd Support for PipeTables (GFM)9c8b101Add additional tests. First two work, later three do not.📊 Changes
3 files changed (+84 additions, -1 deletions)
View changed files
📝
src/Markdig.Tests/TestNormalize.cs(+11 -0)➕
src/Markdig/Extensions/Tables/NormalizeTableRenderer.cs(+65 -0)📝
src/Markdig/Extensions/Tables/PipeTableExtension.cs(+8 -1)📄 Description
DO NOT Merge (see commented source code)
Part of #155
The implementation could be ready but a potential parser bug stops me. See comments.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.