awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jgm avatar

jgm/CommonMark

0
View on GitHub↗
5,106 stele·354 fork-uri·Python·2 vizualizăricommonmark.org↗

CommonMark

CommonMark este o specificație standard formală pentru Markdown, oferind o implementare de referință și un set de reguli pentru a asigura o randare consistentă a textului pe diferite platforme. Constă dintr-o implementare de parser Markdown și un sistem pentru generarea documentației formale de sintaxă.

Proiectul include o suită cuprinzătoare de teste de conformitate cu peste cinci sute de exemple încorporate pentru a verifica dacă alte implementări Markdown respectă specificația. Oferă instrumente pentru a exporta aceste cazuri de test în format JSON pentru utilizare în procese de verificare externe.

Sistemul acoperă conversia formatului documentului, transformând specificația formală în output-uri HTML și PDF lizibile pentru oameni. Utilizează o abordare structurată pentru procesarea textului prin tokenizare într-o singură trecere și standardizarea sintaxei bazată pe reguli.

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.

Istoric stele

Graficul istoricului de stele pentru jgm/commonmarkGraficul istoricului de stele pentru jgm/commonmark

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru CommonMark

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu CommonMark.
  • commonmark/commonmark-specAvatar commonmark

    commonmark/commonmark-spec

    5,105Vezi pe 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
    Vezi pe GitHub↗5,105
  • evilstreak/markdown-jsAvatar evilstreak

    evilstreak/markdown-js

    7,679Vezi pe 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
    Vezi pe GitHub↗7,679
  • russross/blackfridayAvatar russross

    russross/blackfriday

    5,614Vezi pe 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
    Vezi pe GitHub↗5,614
  • markdown-it/markdown-itAvatar markdown-it

    markdown-it/markdown-it

    21,575Vezi pe 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
    Vezi pe GitHub↗21,575
Vezi toate cele 30 alternative pentru CommonMark→

Întrebări frecvente

Ce face jgm/commonmark?

CommonMark este o specificație standard formală pentru Markdown, oferind o implementare de referință și un set de reguli pentru a asigura o randare consistentă a textului pe diferite platforme. Constă dintr-o implementare de parser Markdown și un sistem pentru generarea documentației formale de sintaxă.

Care sunt principalele funcționalități ale jgm/commonmark?

Principalele funcționalități ale jgm/commonmark sunt: Markup Syntax Standardization, Specification-Based Parsers, Markdown Parsers, Parser Conformance Testing, Markdown AST Parsing, Syntax Standardization Rules, Language Standard Specifications, Markup Specification Test Suites.

Care sunt câteva alternative open-source pentru jgm/commonmark?

Alternativele open-source pentru jgm/commonmark includ: 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… wooorm/remark — Remark is a markdown processor that parses markdown text into a structured JSON abstract syntax tree for programmatic… adam-p/markdown-here — Markdown Here is a browser extension that enables rich text composition within web-based editors that lack native…