mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #733] [MERGED] Fix source span calculation #1197
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/733
Author: @zickb
Created: 8/25/2023
Status: ✅ Merged
Merged: 8/26/2023
Merged by: @xoofx
Base:
master← Head:fix_source_span_calculation📝 Commits (2)
d26822bfix inline source spans calculationa70ca63Fix source span of paragraphs in table cells and cleanup InlineProcessor📊 Changes
4 files changed (+68 additions, -6 deletions)
View changed files
📝
src/Markdig.Tests/MiscTests.cs(+29 -3)📝
src/Markdig.Tests/TestSourcePosition.cs(+24 -1)📝
src/Markdig/Extensions/Tables/PipeTableParser.cs(+6 -1)📝
src/Markdig/Parsers/InlineProcessor.cs(+9 -1)📄 Description
Update the LeafBlock.Inline source span after
PostProcessInlinescalls.fixes #731, #730 and #702
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.