mysticmind / reversemarkdown-net

ReverseMarkdown.Net is a Html to Markdown converter library in C#. Conversion is very reliable since HtmlAgilityPack (HAP) library is used for traversing the Html DOM
MIT License
283 stars 67 forks source link

Add support to strikethrough elements #356

Closed darklinkpower closed 10 months ago

darklinkpower commented 1 year ago

Currently elements s, del and strike which can be used for strikethrough are not processed.

In markdown strikethrough elements should be:

~~Text~~

Displayed as: Text

mysticmind commented 1 year ago

I will schedule to implement it.

mysticmind commented 10 months ago

https://github.com/mysticmind/reversemarkdown-net/releases/tag/4.1.0