· 2 min read
Convert HTML table with colspan to Markdown
An interesting issue was raised in my ReverseMarkdown GitHub library repository wherein conversion of HTML table containing colspan in cells does not convert properly to Markdown. Let me show you a representative example of the HTML table content for...
html markdown dotnet