[PR #184] [CLOSED] [WIP] Add Normalization Support for PipeTables (GFM) #847

Closed
opened 2026-01-29 14:46:18 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/184
Author: @tthiery
Created: 12/17/2017
Status: Closed

Base: masterHead: normalize-tables


📝 Commits (2)

  • 859841b Add Support for PipeTables (GFM)
  • 9c8b101 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/184 **Author:** [@tthiery](https://github.com/tthiery) **Created:** 12/17/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `normalize-tables` --- ### 📝 Commits (2) - [`859841b`](https://github.com/xoofx/markdig/commit/859841b15e7ed905a27baf14a7e0a4352162643f) Add Support for PipeTables (GFM) - [`9c8b101`](https://github.com/xoofx/markdig/commit/9c8b10180f248e47c3b74d9c3a490bc4a319653d) Add additional tests. First two work, later three do not. ### 📊 Changes **3 files changed** (+84 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/TestNormalize.cs` (+11 -0) ➕ `src/Markdig/Extensions/Tables/NormalizeTableRenderer.cs` (+65 -0) 📝 `src/Markdig/Extensions/Tables/PipeTableExtension.cs` (+8 -1) </details> ### 📄 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. --- <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:46:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#847