[PR #502] Fix CodeInline to plain text incorrect escape #1069

Closed
opened 2026-01-29 14:49:19 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/xoofx/markdig/pull/502

State: closed
Merged: Yes


Fixes #495

This PR fixes CodeInlineRenderer the same way as LiteralInlineRenderer by checking EnableHtmlEscape and call different methods accordingly.

**Original Pull Request:** https://github.com/xoofx/markdig/pull/502 **State:** closed **Merged:** Yes --- Fixes #495 This PR fixes `CodeInlineRenderer` the same way as [LiteralInlineRenderer](https://github.com/xoofx/markdig/blob/master/src/Markdig/Renderers/Html/Inlines/LiteralInlineRenderer.cs) by checking `EnableHtmlEscape` and call different methods accordingly.
claunia added the pull-request label 2026-01-29 14:49:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1069