I'm looking to replace Markdown.Deep with CommonMark.NET on a documentation project I'm working on.
Critical thing I found missing is the ability to process relative urls.
For example, I would like to replace ~/ with application path.
Other thing I would like to see is support for strikethrough syntax using (~~) and other GitHub flavor extensions.
Is there a plan for adding such features?
I would love to help.
I'm looking to replace Markdown.Deep with CommonMark.NET on a documentation project I'm working on.
Critical thing I found missing is the ability to process relative urls.
For example, I would like to replace
~/with application path.Other thing I would like to see is support for
strikethroughsyntax using (~~) and other GitHub flavor extensions.Is there a plan for adding such features?
I would love to help.