Markdown parsing and CommonMark

42 repos across 2 sub-areas

Libraries and tools for parsing, processing, and rendering Markdown text across multiple languages. The cluster centers on CommonMark-compliant parsers with support for GitHub Flavored Markdown (GFM) extensions, including prominent implementations in Rust (pulldown-cmark), JavaScript (marked), and C#. These repositories represent both production-grade parser engines and ecosystem tools that enable developers to work with Markdown programmatically in applications ranging from static site generators to documentation systems.