[PR #835] [MERGED] Include opening and closing pipes in the table span #1244

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/835
Author: @snnz
Created: 12/18/2024
Status: Merged
Merged: 12/18/2024
Merged by: @xoofx

Base: masterHead: fix-pipetable-span


📝 Commits (2)

  • 68659f4 Include opening and closing pipes in the table span
  • aff8a68 A test has been added.

📊 Changes

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

View changed files

📝 src/Markdig.Tests/TestSourcePosition.cs (+23 -0)
📝 src/Markdig/Extensions/Tables/PipeTableParser.cs (+14 -0)

📄 Description

Fixes #775


🔄 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/835 **Author:** [@snnz](https://github.com/snnz) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 12/18/2024 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `fix-pipetable-span` --- ### 📝 Commits (2) - [`68659f4`](https://github.com/xoofx/markdig/commit/68659f4037d1b2942818f7a9261cf02ecc38bfd3) Include opening and closing pipes in the table span - [`aff8a68`](https://github.com/xoofx/markdig/commit/aff8a6823aa64af88620194e3ece2354349789c1) A test has been added. ### 📊 Changes **2 files changed** (+37 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/TestSourcePosition.cs` (+23 -0) 📝 `src/Markdig/Extensions/Tables/PipeTableParser.cs` (+14 -0) </details> ### 📄 Description Fixes #775 --- <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:51:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1244