[PR #844] [MERGED] Prevent GridTableParser from looking beyond the end of a line. #1253

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/844
Author: @snnz
Created: 1/3/2025
Status: Merged
Merged: 1/9/2025
Merged by: @xoofx

Base: masterHead: fix-gridtables


📝 Commits (3)

  • 118d28f Prevent GridTableParser from looking beyond the end of a line.
  • 7b6d659 A test has been added.
  • f93b9d7 Merge branch 'master' into fix-gridtables

📊 Changes

2 files changed (+22 additions, -1 deletions)

View changed files

📝 src/Markdig.Tests/MiscTests.cs (+20 -0)
📝 src/Markdig/Extensions/Tables/GridTableParser.cs (+2 -1)

📄 Description

Fixes #840.


🔄 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/844 **Author:** [@snnz](https://github.com/snnz) **Created:** 1/3/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `fix-gridtables` --- ### 📝 Commits (3) - [`118d28f`](https://github.com/xoofx/markdig/commit/118d28f886f0af1b1c7d7430d2f7ee8d5e4eca1c) Prevent GridTableParser from looking beyond the end of a line. - [`7b6d659`](https://github.com/xoofx/markdig/commit/7b6d659bbd803e401a1d5ca705cb1f69267a981b) A test has been added. - [`f93b9d7`](https://github.com/xoofx/markdig/commit/f93b9d79d90b7cee3b83b2f58b5c7501050001fe) Merge branch 'master' into fix-gridtables ### 📊 Changes **2 files changed** (+22 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/MiscTests.cs` (+20 -0) 📝 `src/Markdig/Extensions/Tables/GridTableParser.cs` (+2 -1) </details> ### 📄 Description Fixes #840. --- <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:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1253