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 for <sup> tag conversion #358

Closed francescolf closed 10 months ago

francescolf commented 11 months ago

This PR adds support for the <sup> tag, since it's not supported natively everywhere. Nested tags are not supported in Markdown, so the content gets appended to the parent tag.

francescolf commented 10 months ago

@mysticmind any chance of getting this merged before the next release?

mysticmind commented 10 months ago

@francescolf I am good with this PR, merged it, will release it by tomorrow during my day. Thanks for the PR and the reminder. I was traveling so didn't get a chance to check this PR earlier.

mysticmind commented 10 months ago

@francescolf This feature is available in v4.0.0 released today.