/Html2Markdown

A library for converting HTML to markdown syntax in C#

Primary LanguageC#

HTML2Markdown

Converts HTML to Markdown (http://daringfireball.net/projects/markdown/syntax)

Support

This project will currently convert the following HTML tags:-

  • a
  • strong
  • b
  • em
  • i
  • br
  • code
  • h1
  • h2
  • h3
  • h4
  • h5
  • h6

Contributing

Pull Requests

After forking the repository please create a pull request before creating the fix. This way we can talk about how the fix will be implemeted. This will greatly increase your chance of your patch getting merged into the code base.