mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-13 05:45:31 +00:00
Best way to unescape HTML code in code blocks #237
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 @pacman21 on GitHub (Oct 29, 2018).
I have a need to unescape HTML code that we inject into our markdown, more or less, as a hack to get features that markdown generally doesn't support. What is the best way to go about this? I'm trying to create a custom extension, however I haven't been able to figure out how to modify the contents of the code block. I looked through the code and some of the documentation to try to find this, but haven't really ran into anything.
Can you point in the right direction to find some documentation related to this?