awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jgm avatar

jgm/CommonMark

0
View on GitHub↗
5,106 نجوم·354 تفرعات·Python·2 مشاهدات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

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة 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… 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…

بدائل مفتوحة المصدر لـ CommonMark

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع CommonMark.
  • commonmark/commonmark-specالصورة الرمزية لـ commonmark

    commonmark/commonmark-spec

    5,105عرض على 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
    عرض على GitHub↗5,105
  • evilstreak/markdown-jsالصورة الرمزية لـ evilstreak

    evilstreak/markdown-js

    7,679عرض على 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
    عرض على GitHub↗7,679
  • russross/blackfridayالصورة الرمزية لـ russross

    russross/blackfriday

    5,614عرض على 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
    عرض على GitHub↗5,614
  • markdown-it/markdown-itالصورة الرمزية لـ markdown-it

    markdown-it/markdown-it

    21,575عرض على 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
    عرض على GitHub↗21,575
عرض جميع البدائل الـ 30 لـ CommonMark→