awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jgm avatar

jgm/CommonMark

0
View on GitHub↗
5,106 स्टार्स·354 फोर्क्स·Python·5 व्यूज़commonmark.org↗

CommonMark

CommonMark, Markdown के लिए एक औपचारिक विनिर्देश मानक है, जो विभिन्न प्लेटफ़ॉर्म पर सुसंगत टेक्स्ट रेंडरिंग सुनिश्चित करने के लिए एक संदर्भ कार्यान्वयन और नियमों का एक सेट प्रदान करती है। इसमें एक Markdown पार्सर कार्यान्वयन और औपचारिक सिंटैक्स दस्तावेज़ीकरण उत्पन्न करने के लिए एक सिस्टम शामिल है।

इस प्रोजेक्ट में यह सत्यापित करने के लिए कि अन्य Markdown कार्यान्वयन विनिर्देश का पालन करते हैं, पांच सौ से अधिक एम्बेडेड उदाहरणों के साथ एक व्यापक अनुरूपता परीक्षण सूट शामिल है। यह बाहरी सत्यापन प्रक्रियाओं में उपयोग के लिए इन परीक्षण मामलों को JSON फॉर्मेट में एक्सपोर्ट करने के लिए टूल प्रदान करती है।

यह सिस्टम दस्तावेज़ फॉर्मेट रूपांतरण को कवर करता है, जो औपचारिक विनिर्देश को मानव-पठनीय HTML और PDF आउटपुट में बदलता है। यह सिंगल-पास टोकेनाइज़ेशन और नियम-आधारित सिंटैक्स मानकीकरण के माध्यम से टेक्स्ट प्रसंस्करण के लिए एक संरचित दृष्टिकोण अपनाती है।

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.

स्टार हिस्ट्री

jgm/commonmark के लिए स्टार हिस्ट्री चार्टjgm/commonmark के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

CommonMark के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो CommonMark के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • commonmark/commonmark-speccommonmark का अवतार

    commonmark/commonmark-spec

    5,105GitHub पर देखें↗

    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
    GitHub पर देखें↗5,105
  • evilstreak/markdown-jsevilstreak का अवतार

    evilstreak/markdown-js

    7,679GitHub पर देखें↗

    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
    GitHub पर देखें↗7,679
  • russross/blackfridayrussross का अवतार

    russross/blackfriday

    5,614GitHub पर देखें↗

    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
    GitHub पर देखें↗5,614
  • markdown-it/markdown-itmarkdown-it का अवतार

    markdown-it/markdown-it

    21,575GitHub पर देखें↗

    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
    GitHub पर देखें↗21,575
CommonMark के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

jgm/commonmark क्या करता है?

CommonMark, Markdown के लिए एक औपचारिक विनिर्देश मानक है, जो विभिन्न प्लेटफ़ॉर्म पर सुसंगत टेक्स्ट रेंडरिंग सुनिश्चित करने के लिए एक संदर्भ कार्यान्वयन और नियमों का एक सेट प्रदान करती है। इसमें एक Markdown पार्सर कार्यान्वयन और औपचारिक सिंटैक्स दस्तावेज़ीकरण उत्पन्न करने के लिए एक सिस्टम शामिल है।

jgm/commonmark की मुख्य विशेषताएं क्या हैं?

jgm/commonmark की मुख्य विशेषताएं हैं: Markup Syntax Standardization, Specification-Based Parsers, Markdown Parsers, Parser Conformance Testing, Markdown AST Parsing, Syntax Standardization Rules, Language Standard Specifications, Markup Specification Test Suites।

jgm/commonmark के कुछ ओपन-सोर्स विकल्प क्या हैं?

jgm/commonmark के ओपन-सोर्स विकल्पों में शामिल हैं: 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…