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

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

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

7 مستودعات

Awesome GitHub RepositoriesMarkup Attribute Processors

Utilities that parse custom syntax or comments to inject attributes into rendered HTML elements.

Explore 7 awesome GitHub repositories matching content management & publishing · Markup Attribute Processors. Refine with filters or upvote what's useful.

Awesome Markup Attribute Processors GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • hakimel/reveal.jsالصورة الرمزية لـ hakimel

    hakimel/reveal.js

    71,731عرض على GitHub↗

    This project is a web-native presentation framework that renders slide decks from standard HTML or Markdown. It functions as a declarative slide engine, managing navigation, state persistence, and lifecycle events through a configuration-driven interface. By leveraging standard web technologies, it enables the creation of responsive, browser-based presentations that support complex layouts, nested transitions, and interactive content. The framework distinguishes itself through a modular, plugin-based architecture that allows developers to extend core functionality using custom hooks and event

    Parses comment-based syntax to inject custom HTML attributes into elements for advanced styling and behavior control.

    JavaScriptpresentationsslidesslideshow
    عرض على GitHub↗71,731
  • 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

    Provides a modular plugin system for adding custom syntax and specialized document elements.

    JavaScriptcommonmarkjavascriptmarkdown
    عرض على GitHub↗21,575
  • remarkjs/react-markdownالصورة الرمزية لـ remarkjs

    remarkjs/react-markdown

    15,779عرض على GitHub↗

    react-markdown is a React markdown renderer that transforms markdown strings into React elements for display in a user interface. It functions as a plugin-based markdown parser and component library that converts raw text into safe interface elements. The project utilizes a plugin system to extend markdown syntax, allowing support for tables, tasklists, and mathematical notation. It enables custom component mapping, which replaces standard markdown output with specialized components to control the visual styling and behavior of specific content blocks. The renderer supports the processing an

    Provides a plugin system that allows external modules to inject custom parsing rules and extend markdown syntax.

    JavaScriptcommonmarkgfmmarkdown
    عرض على GitHub↗15,779
  • rexxars/react-markdownالصورة الرمزية لـ rexxars

    rexxars/react-markdown

    15,773عرض على GitHub↗

    react-markdown is a React renderer that converts markdown text into a virtual DOM to safely display formatted content. It functions as a markdown syntax parser and renderer that transforms markdown strings into structural elements, ensuring XSS-safe content delivery. The project allows for the mapping of standard markdown elements to custom React components for specialized styling and behavior. It supports syntax extensions through a plugin system, enabling additional formatting features such as tables, footnotes, and tasklists. The system includes security primitives for HTML and URL saniti

    Allows external plugins to define new tokens and custom text transformations during the parsing phase.

    JavaScript
    عرض على GitHub↗15,773
  • remarkjs/remarkالصورة الرمزية لـ remarkjs

    remarkjs/remark

    8,911عرض على GitHub↗

    Remark is a markdown processor and transformer that converts markdown text into a structured JSON abstract syntax tree for programmatic manipulation. It functions as a plugin-based tool within the unified ecosystem, allowing users to parse, transform, and stringify markdown content. The project is distinguished by its extensibility through a plugin system that supports custom markdown syntax extensions, the introduction of new markup elements, and the definition of custom processing logic. This framework enables the modification of content through a visitor-pattern traversal of the syntax tre

    Enables the introduction of new syntax elements like abbreviations and directives into the parsing process.

    JavaScript
    عرض على GitHub↗8,911
  • jonschlinkert/remarkableالصورة الرمزية لـ jonschlinkert

    jonschlinkert/remarkable

    5,835عرض على GitHub↗

    Remarkable is an extensible Markdown parser library that implements the CommonMark specification and supports GitHub Flavored Markdown through configurable rule presets. Its core architecture separates parsing into distinct inline and block rule pipelines, enabling targeted customization of text-level and structural syntax while maintaining consistent behavior across standard Markdown features. The parser is built around a plugin-based rule system where individual syntax rules can be toggled, extended, or replaced by external plugins. A preset configuration system allows users to switch betwe

    Loads third-party or custom plugins to add new syntax rules or transform output.

    JavaScriptcommonmarkcompiledocusaurus
    عرض على GitHub↗5,835
  • mdnice/markdown-niceالصورة الرمزية لـ mdnice

    mdnice/markdown-nice

    4,640عرض على GitHub↗

    markdown-nice هو محرر وعارض markdown قائم على الويب مصمم لتحويل نص markdown الخام إلى HTML منسق. يعمل كأداة لتنسيق CSS تطبق سمات مخصصة على المحتوى لتحسين عرضه البصري لمنصات النشر. تركز الأداة على تنسيق منشورات المدونات وتصميم محتوى markdown، مما يسمح للمستخدمين بتحديد تخطيط وطباعة المقالات التقنية. وتدعم عرض الصيغ المتخصصة، بما في ذلك المعادلات الرياضية والحواشي. يتضمن المحرر قدرات لحفظ حالة المستخدم وإعدادات النمط في المتصفح. ويستخدم نظام إضافات (plugin) وتطبيق نمط من جانب العميل لتوفير معاينات حية للمخرجات النهائية.

    Uses a plugin system to integrate additional processors for specialized syntax like mathematical formulas and footnotes.

    JavaScriptantdmarkdownreact
    عرض على GitHub↗4,640
  1. Home
  2. Content Management & Publishing
  3. Content Processing and Transformation
  4. Content Processing
  5. Markup Attribute Processors

استكشف الوسوم الفرعية

  • Plugin-Based Syntax Extensions1 وسم فرعيSystems that allow external modules to inject custom parsing rules or modify the token stream. **Distinct from Markup Attribute Processors:** Focuses on the plugin architecture for adding new syntax rather than just injecting attributes into elements.