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
284 stars
6 watching
67 forks
Language: C#
last commit: 5 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,003 |
jaywcjlove/markdown-to-html-cli | A command line tool that converts markdown text to HTML | 59 |
xijo/reverse_markdown | Converts HTML content to Markdown format | 629 |
macsplit/urltomarkdown | Converts HTML to Markdown and returns the result as a web service | 111 |
29decibel/html2markdown | Converts HTML to Markdown markup | 72 |
h3rald/hastyscribe | A command-line tool that converts markdown files to HTML documents | 194 |
fletcher/multimarkdown | Tool for converting plain text to HTML using a custom syntax | 1,064 |
jcheatham/hypertextmarkdown | Converts HTML to markdown text format | 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 | 914 |
cebe/markdown-latex | A PHP library that converts Markdown text to LaTeX source code | 48 |
johanneskaufmann/html-to-markdown | Converts HTML to Markdown | 2,210 |
mdiep/mmmarkdown | A framework for converting Markdown text to HTML | 1,248 |
devinus/markdown | Converts Markdown text to HTML using a NIF binding to the Hoedown library | 88 |