[PR #340] [MERGED] Fix regression from #315 #958

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/340
Author: @MihaZupan
Created: 5/12/2019
Status: Merged
Merged: 5/13/2019
Merged by: @xoofx

Base: masterHead: master


📝 Commits (1)

📊 Changes

6 files changed (+18 additions, -5 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 changelog.md (+3 -0)
📝 src/Markdig.Tests/MiscTests.cs (+8 -0)
📝 src/Markdig/Markdown.cs (+2 -1)
📝 src/Markdig/Renderers/Html/Inlines/HtmlEntityInlineRenderer.cs (+1 -1)
📝 src/Markdig/Renderers/Html/Inlines/LiteralInlineRenderer.cs (+3 -3)

📄 Description

EnableHtmlEscape should have been used instead of EnableHtmlForInline.

Caught by a test from docfx.


🔄 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/340 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 5/12/2019 **Status:** ✅ Merged **Merged:** 5/13/2019 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6d3a358`](https://github.com/xoofx/markdig/commit/6d3a3584acc1a8ee6cdec22635a24ab4f0709515) Fix regression from #315 ### 📊 Changes **6 files changed** (+18 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `changelog.md` (+3 -0) 📝 `src/Markdig.Tests/MiscTests.cs` (+8 -0) 📝 `src/Markdig/Markdown.cs` (+2 -1) 📝 `src/Markdig/Renderers/Html/Inlines/HtmlEntityInlineRenderer.cs` (+1 -1) 📝 `src/Markdig/Renderers/Html/Inlines/LiteralInlineRenderer.cs` (+3 -3) </details> ### 📄 Description `EnableHtmlEscape` should have been used instead of `EnableHtmlForInline`. Caught by a test from docfx. --- <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:47:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#958