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 [Verify.Xunit](https://github.com/VerifyTests/Verify) from 22.11.1 to 23.6.0. Commits fa5103f dont ignore json refs (#1170) 9f8743c docs 964c604 StringSyntaxAttribute (#1168) 2e03b95 refs or cleanup dfa6bce refs or cleanup cbb46af refs or cleanup...

dependencies

Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.57 to 1.11.60. Release notes Sourced from HtmlAgilityPack's releases. v1.11.60 Download the library here FIXED: Performance optimization with Avoid creating new strings when parsing PcData #541 FIXED:...

dependencies

## Changes + Added additional constructor with parameter (`param Assembly[] additionalAssemblies`) to the `Converter` constructor with support for custom converters and converters that inherit from existing converters. + Changed all...

There are many HTML tags such as `p`, `span`, `div`, ...etc. reserved unnecessary spaces that will lead to generate wrong Markdown document. Here is my code snippet: ```cs void Main()...