mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Reverse parser #390
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 @LukeTOBrien on GitHub (Aug 7, 2020).
Hello,
I need to do this for a project I'm working on and I just thought I would ask here as I know you guys are helpful and in the chance that there might be a way.
I would like to take an HTML string and convert that string to Markdown.
For eg:
<h3>Heading</h3>to### HeadingOr more complex:
to
Can you think of a way to achieve this?
I was going to do it manually using string manipulation.
Thanks
Luke