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

Mapping `` to an unordered list seems like a good fit, with `` mapping to ``, and `` adding paragraph blocks to the previous list item.

enhancement

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.3.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here. v17.3.0-preview-20220530-08 See the release notes here....

dependencies

Hello and thanks for a great library. I may also be using this wrong so please set me straight. I get HTML content from an editor. The user may have...

Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 15.1.1 to 17.8.1. Release notes Sourced from Verify.Xunit's releases. 17.8.1 As part of this release we had 1 commit which resulted in 1 issue being closed. Feature...

dependencies

as outlined in the issue #255 the result is not using the align left of the table as it should result |---|---| expected |:---|:---|

Bumps [MarkdownSnippets.MsBuild](https://github.com/SimonCropp/MarkdownSnippets) from 24.2.2 to 24.5.0. Release notes Sourced from MarkdownSnippets.MsBuild's releases. 24.5.0 As part of this release we had 8 commits which resulted in 1 issue being closed. Improvement...

dependencies

Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.40 to 1.11.43. Release notes Sourced from HtmlAgilityPack's releases. v1.11.43 Download the library here FIXED: .Net 3.5 version does not has strong name #478 v1.11.42 Download the...

dependencies

``` string html = @" 比较 wordpress hexo & hugo 搭建要求 一台服务器以及运行环境 静态生成页面,无需服务器。 性能 由于是动态生成页面,可以通过自行配置提高性能,但是仍然无法媲美静态页面 几乎无需考虑性能问题 访问速度 依赖于服务器配置以及cdn加速。 只需考虑cdn加速 功能完善 作为强大的cms功能很完善,需要的功能基本可以插件下载直接实现。 额外功能也可以通过插件实现,不过稍微需要自行查找以及diy 后台管理 现成的后台管理功能,开箱即用 由于静态博客,本身没有后台管理,有需求需要自行搜索实现 "; ``` => ``` |...

I've run into a recent issue after pulling the latest (3.23.1) nuget where image links do not correctly form correct markdown anymore. I was able to isolate the problem to...

Because my server side is parsed strictly according to CommonMark specification, so I hope Html parsing to Markdown has the option of parsing according to CommonMark specification. ``` html hello...

enhancement