mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #893] [MERGED] Fix issue where an inline code block that spans multiple lines doesn't parse correctly #1287
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/893
Author: @phillip-haydon
Created: 9/22/2025
Status: ✅ Merged
Merged: 10/3/2025
Merged by: @xoofx
Base:
master← Head:ph/fix-inline-multiline-code-block📝 Commits (10+)
be8b950fixes issue where an inline code block that spans multiple lines doesn't get treated as code458088bUpdate src/Markdig.Tests/TestPipeTable.cs631f45dApply suggestion from @MihaZupan8ad28d6Update src/Markdig.Tests/TestPipeTable.cs03b56c3fix broken test2fd9fceremoved unreachable code and added more testsdfadc47Update src/Markdig.Tests/TestPipeTable.cs87b4c64Update src/Markdig.Tests/TestPipeTable.cs5a6ed55removed uncessary inline code check9eea0f9Update src/Markdig/Parsers/Inlines/CodeInlineParser.cs📊 Changes
3 files changed (+116 additions, -13 deletions)
View changed files
📝
src/Markdig.Tests/TestPipeTable.cs(+101 -0)📝
src/Markdig/Helpers/HtmlHelper.cs(+5 -5)📝
src/Markdig/Parsers/Inlines/CodeInlineParser.cs(+10 -8)📄 Description
Based on feedback from PR #891 - this PR fixes inline code block that spans multiple lines.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.