How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
This project is now deprecated. Please use MultiMarkdown-7 instead!
CommonMark is a formal standard specification for Markdown, providing a reference implementation and a set of rules to ensure consistent text rendering across different platforms. It consists of a Markdown parser implementation and a system for generating formal syntax documentation. The project includes a comprehensive conformance test suite with over five hundred embedded examples to verify that other Markdown implementations adhere to the specification. It provides tools to export these test cases in JSON format for use in external verification processes. The system covers document format
The main features of github/cmark are: Markdown Specifications.
Open-source alternatives to github/cmark include: fletcher/mmd-test-suite. fletcher/multimarkdown — This project is now deprecated. Please use MultiMarkdown-7 instead! jgm/commonmark — CommonMark is a formal standard specification for Markdown, providing a reference implementation and a set of rules to… piwi/markdown-extended. vfmd/vfmd-src.