reversemarkdown-net
HTML to Markdown converter
A C# library that converts HTML to Markdown with customization options
ReverseMarkdown.Net is a Html to Markdown converter library in C#. Conversion is very reliable since HtmlAgilityPack (HAP) library is used for traversing the Html DOM
292 stars
6 watching
67 forks
Language: C#
last commit: 7 months ago
Linked from 2 awesome lists
converter-librarydotnethtmlmarkdownmarkdown-to-htmlnetcorenetstandard
Related projects:
Repository | Description | Stars |
---|---|---|
knagis/commonmark.net | Implementation of the CommonMark specification in C# for converting Markdown documents to HTML | 1,005 |
jaywcjlove/markdown-to-html-cli | A command line tool that converts markdown text to HTML | 60 |
xijo/reverse_markdown | Converts HTML content to Markdown format | 630 |
macsplit/urltomarkdown | Converts HTML to Markdown and returns the result as a web service | 121 |
29decibel/html2markdown | Converts HTML to Markdown markup | 72 |
h3rald/hastyscribe | A command-line tool that converts markdown files to HTML documents | 193 |
fletcher/multimarkdown | Tool for converting plain text to HTML using a custom syntax | 1,066 |
jcheatham/hypertextmarkdown | Converts HTML to markdown text | 1 |
soffes/unmarkdown | Converts HTML to Markdown | 133 |
alexgorbatchev/html2markdown | Converts HTML to Markdown text using a custom parser and ruleset | 7 |
dvcrn/markright | An Electron-powered markdown editor with live preview written in Clojure | 913 |
cebe/markdown-latex | A PHP library that converts Markdown text to LaTeX source code | 48 |
johanneskaufmann/html-to-markdown | Converts HTML to Markdown with support for various formatting options and plugins for customization | 2,427 |
mdiep/mmmarkdown | A framework for converting Markdown text to HTML | 1,251 |
devinus/markdown | Converts Markdown text to HTML using a NIF binding to the Hoedown library | 88 |