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.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.3 to 2.4.5. Release notes Sourced from xunit.runner.visualstudio's releases. v2.4.4.1 Changes: Bugs: #292: Fixing a hang in test discovery Others: #304: Update xunit version to 2.4.2-pre.12 #297:...

dependencies

I looked through the documentation and examples but couldn't find anything about this. I want to convert a handful of tags (``, ``, ``) to markdown and the rest to...

```powershell $Splat = @{ #Content = $BlogContent.Content Path = $FilePath DestinationPath = "$PSScriptRoot\OutputBlogs\$($FileName).md" UnknownTags = 'Bypass' GithubFlavored = $true RemoveComments = $true SmartHrefHandling = $true RulesBefore = $RulesBefore RulesAfter =...

After conversion from HTML to Markdown a lot of markdown rules are not respected. ![image](https://user-images.githubusercontent.com/15063294/90253699-dbcb5d80-de41-11ea-82fe-70de2f67ce76.png) In VSCode when I open the result the makrdownlint extension marks a lot of MD...

question

I have this scenario where I know very little HTML. I can read it, but I can't really get an HTMLAgility pack to "prepare" document for preprocessing with reversemarkdown. I...

enhancement

Hi, First: nice work ! I think that this bug is relatet to carriage returns. which seems to be added or are inside the code. So it may be a...

enhancement

This does **NOT** happen in 3.23.1 ``` Progression Focus Press Pulling the chin back and pressing the bar straight up Press Finish with the bar directly overhead Press Keep the...

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.2 See the release notes here. Commits dd7c26b Fixed Selenium test run hang after stopping the debugger (#4013)...

dependencies

Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.45 to 1.11.46. Release notes Sourced from HtmlAgilityPack's releases. v1.11.46 Download the library here FIXED: StackOverflowException with the file #486 (A no closing "p" tag was inside...

dependencies

Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 22.11.1 to 23.3.0. Commits 2731574 Update Directory.Build.props 4f7abe3 refs 964c5c4 fix case (#1159) 187a109 Merge branch 'main' of https://github.com/VerifyTests/Verify 0e07a00 docs 4fb7d01 Docs changes 09c6466 Allow properties...

dependencies