mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-15 14:05:39 +00:00
[PR #883] [MERGED] Add source position tracking for grid tables #1278
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/883
Author: @messani
Created: 7/14/2025
Status: ✅ Merged
Merged: 8/28/2025
Merged by: @xoofx
Base:
master← Head:master📝 Commits (3)
80c50e3Attempt to fix tracking of tree node positions (line, column) inside GridTable2e1d741Cleaned up code, added tests for source positionaab5543Code cleanup📊 Changes
3 files changed (+81 additions, -13 deletions)
View changed files
📝
src/Markdig.Tests/TestSourcePosition.cs(+23 -0)📝
src/Markdig/Extensions/Tables/GridTableParser.cs(+28 -6)📝
src/Markdig/Parsers/BlockProcessor.cs(+30 -7)📄 Description
Fixes #881
Adds source position tracking for grid tables and corresponding tests.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.