mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-13 21:42:57 +00:00
[PR #900] [MERGED] Fix IndexOutOfRangeException in CodeInlineParser #1293
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/900
Author: @MihaZupan
Created: 10/16/2025
Status: ✅ Merged
Merged: 10/16/2025
Merged by: @xoofx
Base:
master← Head:codeinline-index📝 Commits (1)
3e41e53Fix IndexOutOfRangeException in CodeInlineParser📊 Changes
3 files changed (+24 additions, -10 deletions)
View changed files
➕
src/Markdig.Tests/TestCodeInline.cs(+10 -0)📝
src/Markdig/Parsers/Inlines/CodeInlineParser.cs(+1 -6)📝
src/Markdig/Polyfills/SpanExtensions.cs(+13 -4)📄 Description
Fixes https://github.com/xoofx/markdig/pull/893#discussion_r2389292376
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.