awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jgm avatar

jgm/CommonMark

0
View on GitHub↗
5,106 estrellas·354 forks·Python·7 vistascommonmark.org↗

CommonMark

CommonMark es una especificación estándar formal para Markdown, que proporciona una implementación de referencia y un conjunto de reglas para asegurar un renderizado de texto consistente en diferentes plataformas. Consiste en una implementación de parser de Markdown y un sistema para generar documentación de sintaxis formal.

El proyecto incluye un conjunto de pruebas de conformidad integral con más de quinientos ejemplos incrustados para verificar que otras implementaciones de Markdown se adhieran a la especificación. Proporciona herramientas para exportar estos casos de prueba en formato JSON para su uso en procesos de verificación externos.

El sistema cubre la conversión de formatos de documentos, transformando la especificación formal en salidas HTML y PDF legibles por humanos. Emplea un enfoque estructurado para el procesamiento de texto mediante tokenización de una sola pasada y estandarización de sintaxis basada en reglas.

Features

  • Markup Syntax Standardization - Provides a rationalized set of formatting rules to ensure consistent document rendering across all platforms.
  • Specification-Based Parsers - Implements a reference parser that strictly adheres to the formal CommonMark grammar and rules.
  • Markdown Parsers - Implements a tool that converts Markdown formatted text into a structured format based on a standardized specification.
  • Parser Conformance Testing - Verifies that a custom Markdown implementation adheres to official specifications using a comprehensive suite of conformance tests.
  • Markdown AST Parsing - Converts raw Markdown text into a structured format based on a standardized specification.
  • Syntax Standardization Rules - Enforces a consistent interpretation of ambiguous formatting through a rationalized set of priority and nesting rules.
  • Language Standard Specifications - Provides the formal set of rules and reference implementation used to ensure consistent rendering of Markdown text across all platforms.
  • Markup Specification Test Suites - Provides a collection of over five hundred embedded examples used to verify adherence to the standard specification.
  • Specification Conformance Validation - Provides a comprehensive suite of tests to verify that Markdown implementations adhere to the formal specification.
  • Document Format Conversions - Transforms specification documents into accessible, human-readable formats like HTML and PDF.
  • Multi-Format Generators - Transforms the formal syntax specification into multiple distribution formats including HTML and PDF.
  • Specification Documentation Generators - Builds formal syntax documentation into human-readable HTML and PDF formats.
  • Specification Document Renderers - Converts the formal syntax specification into HTML and PDF formats for human readability.
  • Conformance Data Exports - Extracts raw conformance test cases from the specification in JSON format for external testing tools.
  • Single-Pass Tokenizers - Processes input text in a linear sequence to identify formatting markers before structural assembly.
  • Conformance Test Case Exports - Exports internal specification test cases into JSON format for use by external language implementations.
  • Markdown Specifications - Reference implementation and specification for the CommonMark standard.
  • Writing and Documentation - Specification for a standardized and rationalized Markdown syntax.

Historial de estrellas

Gráfico del historial de estrellas de jgm/commonmarkGráfico del historial de estrellas de jgm/commonmark

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace jgm/commonmark?

CommonMark es una especificación estándar formal para Markdown, que proporciona una implementación de referencia y un conjunto de reglas para asegurar un renderizado de texto consistente en diferentes plataformas. Consiste en una implementación de parser de Markdown y un sistema para generar documentación de sintaxis formal.

¿Cuáles son las características principales de jgm/commonmark?

Las características principales de jgm/commonmark son: Markup Syntax Standardization, Specification-Based Parsers, Markdown Parsers, Parser Conformance Testing, Markdown AST Parsing, Syntax Standardization Rules, Language Standard Specifications, Markup Specification Test Suites.

¿Qué alternativas de código abierto existen para jgm/commonmark?

Las alternativas de código abierto para jgm/commonmark incluyen: commonmark/commonmark-spec — This project is a formal markdown specification standard that provides a detailed markup syntax definition and a… evilstreak/markdown-js — markdown-js is a JavaScript markdown parser and converter that transforms markdown text into HTML output. It functions… russross/blackfriday — Blackfriday is a Go library for parsing and converting Markdown text into HTML, LaTeX, and other structured formats.… markdown-it/markdown-it — markdown-it is a token-based Markdown compiler and CommonMark-compliant parser that converts structured plaintext… syntax-tree/mdast — The project provides a standardized abstract syntax tree specification and utility library for parsing, transforming,… wooorm/remark — Remark is a markdown processor that parses markdown text into a structured JSON abstract syntax tree for programmatic…

Alternativas open-source a CommonMark

Proyectos open-source similares, clasificados según cuántas características comparten con CommonMark.
  • commonmark/commonmark-specAvatar de commonmark

    commonmark/commonmark-spec

    5,105Ver en GitHub↗

    This project is a formal markdown specification standard that provides a detailed markup syntax definition and a definitive set of rules for parsing plain text into consistent HTML output. It establishes a standardized grammar for structural blocks and inline elements to ensure uniform rendering across different software implementations. The specification is supported by a parser conformance suite and a reference implementation in C and JavaScript to verify that implementations adhere to the standard. It includes a system for implementation verification that compares transformed input strings

    Python
    Ver en GitHub↗5,105
  • evilstreak/markdown-jsAvatar de evilstreak

    evilstreak/markdown-js

    7,679Ver en GitHub↗

    markdown-js is a JavaScript markdown parser and converter that transforms markdown text into HTML output. It functions as both a library and a command line interface tool for converting documents. The project is centered on an abstract syntax tree representation, allowing markdown to be parsed into a structured tree for programmatic inspection and modification before the final rendering process. This intermediate representation enables custom markup processing and document transformations. The toolset covers programmatic document parsing, static site generation, and CLI-based file processing

    JavaScript
    Ver en GitHub↗7,679
  • russross/blackfridayAvatar de russross

    russross/blackfriday

    5,614Ver en GitHub↗

    Blackfriday is a Go library for parsing and converting Markdown text into HTML, LaTeX, and other structured formats. It functions as an extensible Markdown processor that transforms syntax into target markup languages. The project is distinguished by its pluggable rendering architecture, which allows for the production of diverse output targets such as Slack message styles, Confluence Wiki Markup, and GitHub Flavored Markdown. It supports custom syntax extensions including definition lists, footnotes, autolinks, and strikethroughs. The processor includes utilities for generating automatic ta

    Go
    Ver en GitHub↗5,614
  • markdown-it/markdown-itAvatar de markdown-it

    markdown-it/markdown-it

    21,575Ver en GitHub↗

    markdown-it is a token-based Markdown compiler and CommonMark-compliant parser that converts structured plaintext markup into HTML. It functions as an extensible markup processor designed to transform text into browser-ready content while managing security and preventing cross-site scripting. The project is distinguished by a modular plugin system that allows for the extension of parsing capabilities and the addition of custom syntax, such as footnotes, tables, or emojis. It utilizes a two-stage tokenization process to break documents into structural tokens before rendering them into final HT

    JavaScriptcommonmarkjavascriptmarkdown
    Ver en GitHub↗21,575
Ver las 30 alternativas a CommonMark→