Html2Markdown icon indicating copy to clipboard operation
Html2Markdown copied to clipboard

A library for converting HTML to markdown syntax in C#

Results 50 Html2Markdown issues
Sort by recently updated
recently updated
newest added

# Report issue I tried the following html, and the actual result has an extra asterisk on the first child of the nested list. Apple Microsoft IBM Cisco ## Expected...

bug

- https://github.com/OpenCover/opencover - https://github.com/codecov/example-csharp - https://codecov.io/

environment

I have some HTML like this: `Some text` It's a strange way of doing it, but I have no control over the HTML. The problem is that this causes the...

bug
request

HTML block level tags `div` and `table` should not get converted. Any HTML inside these tags should also not get converted to Markdown.

bug

Change over the codebase to convert HTML by walking the graph, using depth first search. This will underpin subsequent features.

feature
breaking change
in progress
priority:high

Onenote encodes its [HTML](https://msdn.microsoft.com/en-us/library/office/dn832628.aspx) pages in a way that's close to what Html2Markdown supports but Onenote HTML does bold and italics as follow: Property | Example -- | -- font-style...

feature
request
scheme:onenote

https://blog.waffle.io/automatically-track-when-work-is-deployed-7cde6fa8d2e1

environment