mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #844] [MERGED] Prevent GridTableParser from looking beyond the end of a line. #1253
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/844
Author: @snnz
Created: 1/3/2025
Status: ✅ Merged
Merged: 1/9/2025
Merged by: @xoofx
Base:
master← Head:fix-gridtables📝 Commits (3)
118d28fPrevent GridTableParser from looking beyond the end of a line.7b6d659A test has been added.f93b9d7Merge 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.