reversemarkdown-net icon indicating copy to clipboard operation
reversemarkdown-net copied to clipboard

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

Results 34 reversemarkdown-net issues
Sort by recently updated
recently updated
newest added

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.4 to 2.7.0. Commits d806fa1 v2.7.0 13bb60b #2872: Expand special handling for sets in Assert.Contains/DoesNotContain (v2) 203b4d9 Update to use the common build system (#2883) a4f585b Remove...

dependencies

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.6 to 2.5.7. Commits 8f27031 v2.5.7 7226c5a Updated build process 1f5a062 Report configuration warnings per xunit/xunit#1655 2148496 Latest dependencies 41a6eca Force file copy during package creation 8f77293...

dependencies

Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.57 to 1.11.59. Release notes Sourced from HtmlAgilityPack's releases. v1.11.59 Download the library here ADDED: The option DisableImplicitEnd. When true, instead of implicitly ending a tag, they...

dependencies

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.9.0 What's Changed Remove dependency on Nuget.Frameworks by @​nohwnd in microsoft/vstest#4693 Add platform guard by @​dotMorten in microsoft/vstest#4737...

dependencies

Currently `u` elements used for underline are not supported but the issue is that there is no markdown equivalent. As an idea, perhaps an option that is disabled by default...

enhancement
question

(Idea) https://core.telegram.org/bots/api#markdownv2-style

Table tag surrounded by PRE with and without CODE tag is not converted correctly - See code and output below. Same HTML code rendered by the browser shows the table...

Is it possible to create output markdown syntax configurations for mmd, pandoc or github?

enhancement

Some situations (like #383) could be resolved by allowing a developer to create a child class of a `ConverterBase` (or any existing converter) and implementing their own logic or doing...

Just started using the package, and it's been a great benefit. I noticed this odd conversion from a complex `` element to Markdown, which I believe is a bug. The...