mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #315] [MERGED] Fix ToPlainText with htmlentity #939
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/315
Author: @OpportunityLiu
Created: 3/7/2019
Status: ✅ Merged
Merged: 3/7/2019
Merged by: @xoofx
Base:
master← Head:patch-1📝 Commits (5)
5a63008Update HtmlEntityInlineRenderer.csf542fd0Update LiteralInlineRenderer.cs5a73c2bUpdate HtmlEntityInlineRenderer.cs41e8d5eUpdate LiteralInlineRenderer.cs3af4f33Update TestPlainText.cs📊 Changes
3 files changed (+20 additions, -4 deletions)
View changed files
📝
src/Markdig.Tests/TestPlainText.cs(+2 -0)📝
src/Markdig/Renderers/Html/Inlines/HtmlEntityInlineRenderer.cs(+9 -2)📝
src/Markdig/Renderers/Html/Inlines/LiteralInlineRenderer.cs(+9 -2)📄 Description
The
ToPlainTextshould not resulted in html entities.Current version:
Expacted:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.