mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
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/340
Author: @MihaZupan
Created: 5/12/2019
Status: ✅ Merged
Merged: 5/13/2019
Merged by: @xoofx
Base:
master← Head:master📝 Commits (1)
6d3a358Fix regression from #315📊 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
EnableHtmlEscapeshould have been used instead ofEnableHtmlForInline.Caught by a test from docfx.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.