mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-15 21:51:57 +00:00
[PR #869] [MERGED] Fix bug in Markdown.ToPlainText with code blocks
#1266
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/869
Author: @prozolic
Created: 4/27/2025
Status: ✅ Merged
Merged: 4/27/2025
Merged by: @xoofx
Base:
master← Head:pullreq📝 Commits (1)
c41b389Fix CodeBlockRenderer.Write📊 Changes
2 files changed (+9 additions, -1 deletions)
View changed files
📝
src/Markdig.Tests/TestPlainText.cs(+8 -0)📝
src/Markdig/Renderers/Html/CodeBlockRenderer.cs(+1 -1)📄 Description
I have fixed the bug mentioned in #854.
Please check if my solution works correctly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.