[PR #907] [MERGED] Add another test for pipe tables #1303

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/907
Author: @MihaZupan
Created: 10/20/2025
Status: Merged
Merged: 10/21/2025
Merged by: @xoofx

Base: masterHead: pipe-para-test


📝 Commits (1)

  • 5537d5f Add another test for pipe tables

📊 Changes

2 files changed (+296 additions, -0 deletions)

View changed files

📝 src/Markdig.Tests/Specs/PipeTableSpecs.generated.cs (+152 -0)
📝 src/Markdig.Tests/Specs/PipeTableSpecs.md (+144 -0)

📄 Description

Followup to #905
Adds a test for the case reported in https://github.com/RickStrahl/MarkdownMonster/issues/1236 -- tables nested in a list with differing kinds of leading text


🔄 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/907 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `pipe-para-test` --- ### 📝 Commits (1) - [`5537d5f`](https://github.com/xoofx/markdig/commit/5537d5f2769b7c594062d62f366bf1e15d7bdca8) Add another test for pipe tables ### 📊 Changes **2 files changed** (+296 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Specs/PipeTableSpecs.generated.cs` (+152 -0) 📝 `src/Markdig.Tests/Specs/PipeTableSpecs.md` (+144 -0) </details> ### 📄 Description Followup to #905 Adds a test for the case reported in https://github.com/RickStrahl/MarkdownMonster/issues/1236 -- tables nested in a list with differing kinds of leading text --- <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:52:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1303