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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hakimel/reveal.jsAvatar von hakimel

    hakimel/reveal.js

    71,731Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗71,731
  • markdown-it/markdown-itAvatar von markdown-it

    markdown-it/markdown-it

    21,575Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗21,575
  • remarkjs/react-markdownAvatar von remarkjs

    remarkjs/react-markdown

    15,779Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,779
  • rexxars/react-markdownAvatar von rexxars

    rexxars/react-markdown

    15,773Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,773
  • remarkjs/remarkAvatar von remarkjs

    remarkjs/remark

    8,911Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,911
  • jonschlinkert/remarkableAvatar von jonschlinkert

    jonschlinkert/remarkable

    5,835Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,835
  • mdnice/markdown-niceAvatar von mdnice

    mdnice/markdown-nice

    4,640Auf GitHub ansehen↗

    markdown-nice ist ein webbasierter Markdown-Editor und Renderer, der entwickelt wurde, um rohen Markdown-Text in formatiertes HTML zu transformieren. Er fungiert als CSS-Styler, der benutzerdefinierte Themes auf Inhalte anwendet, um deren visuelle Darstellung für Veröffentlichungsplattformen zu verbessern. Das Tool konzentriert sich auf die Formatierung von Blog-Posts und das Styling von Markdown-Inhalten, wodurch Benutzer das Layout und die Typografie technischer Artikel definieren können. Es unterstützt das Rendering spezialisierter Syntax, einschließlich mathematischer Formeln und Fußnoten. Der Editor umfasst Funktionen zur Persistierung von Benutzerzuständen und Style-Einstellungen im Browser. Er nutzt ein plugin-basiertes Erweiterungssystem und clientseitiges Style-Anwenden, um Live-Vorschauen der endgültigen Ausgabe bereitzustellen.

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

    JavaScriptantdmarkdownreact
    Auf GitHub ansehen↗4,640
  1. Home
  2. Content Management & Publishing
  3. Content Processing and Transformation
  4. Content Processing
  5. Markup Attribute Processors

Unter-Tags erkunden

  • Plugin-Based Syntax Extensions1 Sub-TagSystems 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.