[PR #869] [MERGED] Fix bug in Markdown.ToPlainText with code blocks #1266

Open
opened 2026-01-29 14:52:17 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: pullreq


📝 Commits (1)

  • c41b389 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/869 **Author:** [@prozolic](https://github.com/prozolic) **Created:** 4/27/2025 **Status:** ✅ Merged **Merged:** 4/27/2025 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `pullreq` --- ### 📝 Commits (1) - [`c41b389`](https://github.com/xoofx/markdig/commit/c41b38905302be286c0aa14e8e36ceb76cc4c437) Fix CodeBlockRenderer.Write ### 📊 Changes **2 files changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/TestPlainText.cs` (+8 -0) 📝 `src/Markdig/Renderers/Html/CodeBlockRenderer.cs` (+1 -1) </details> ### 📄 Description I have fixed the bug mentioned in #854. Please check if my solution works correctly. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:52:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1266