Html2Markdown
Html2Markdown copied to clipboard
A library for converting HTML to markdown syntax in C#
# Report issue ## Expected behavior ## Actual Behaviour ## Steps to reproduce the problem
https://www.nuget.org/packages/Verify.NUnit/
# Report issue I expected pre tags to be formatted as markdown code blocks with the triple backticks, but they aren't is the correct? It's what for example GitHubs editor...
# Report issue I'm trying to use Html2Markdown on HTML that is copied from a website (clipboard HTML format). However, Html2Markdown/HtmlAgilityPack (not sure where the bug is in) throws an...
The following HTML: ``` Level 1 Level 2 Level 2 Level 2 Level 3 Level 3 Level 2 Level 2 ``` is converted to this Markdown text: ``` * [Level...
See https://github.com/baynezy/Html2Markdown/issues/88#issuecomment-720887641
accounting to microsoft dotnet open source library guide [here](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/cross-platform-targeting#net-standard) ✔️ DO start with including a netstandard2.0 target. Most general-purpose libraries should not need APIs outside of .NET Standard 2.0. .NET...
# div tags not handled by the converter. ## Expected behavior ´ div` tags should be silently removed (without producing output), except when they do not contain another block element....