CommonMark.NET
Markdown converter
Implementation of the CommonMark specification in C# for converting Markdown documents to HTML
Implementation of CommonMark specification in C# for converting Markdown documents to HTML. Optimized for maximum performance and portability.
1k stars
66 watching
146 forks
Language: C#
last commit: over 4 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
commonmark/commonmark.js | A JavaScript library for parsing and rendering Markdown syntax | 1,444 |
commonmark/cmark | A C library and program that implements the CommonMark syntax specification | 1,652 |
jgm/commonmark-hs | A flexible and extensible Haskell library for parsing markdown syntax | 135 |
kivikakk/comrak | A Markdown parser and renderer compatible with CommonMark and GitHub Flavored Markdown standards. | 1,204 |
commonmark/commonmark-spec | Defines and standardizes Markdown syntax through a spec and reference implementations | 4,889 |
webuni/commonmark-bundle | An Symfony bundle that integrates a markdown parser | 9 |
johanneskaufmann/html-to-markdown | Converts HTML to Markdown | 2,210 |
3b/3bmd | Converts Common Lisp Markdown to HTML using an esrap parser and grammar | 82 |
thephpleague/html-to-markdown | Converts HTML to Markdown with PHP | 1,771 |
kivikakk/koino | A Markdown parser and renderer written in Zig that maintains 100% spec-compatibility with GitHub Flavored Markdown. | 126 |
pulldown-cmark/pulldown-cmark | An efficient parser for Markdown markup language | 2,080 |
alexgorbatchev/html2markdown | Converts HTML to Markdown text using a custom parser and ruleset | 7 |
gucong3000/postcss-markdown | Converts Markdown text to CSS | 21 |
mysticmind/reversemarkdown-net | A C# library that converts HTML to Markdown with customization options | 284 |
jgm/lunamark | A Lua library for converting markdown to various textual formats | 197 |