mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Bug: HtmlRenderer incorrectly renders >
#420
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?
Originally created by @fkpwolf on GitHub (Nov 23, 2020).
When set
EnableHtmlEscape = false, the ">" is still be escaped and output is empty string: "". Looks it is an issue ofCodeInlineRendererclass.@yufeih commented on GitHub (Jan 15, 2021):
Thanks for merging the fix 🎉