English

Convert HTML to Markdown or Markdown to HTML in C#

Markdown is a mark-up language with simple symbols that denote heading, bold, italic, underline, and much more. It is simple to learn and write so mostly online documentation and readme files are written using the markdown. You can convert Markdown to HTML Webpage easily with a few quick steps. Likewise, HTML to Markdown conversion is also a useful feature that we will be exploring here using C# language.
December 8, 2020 · 4 min · Farhan Raza