awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • hakimel/reveal.jsAvatar hakimel

    hakimel/reveal.js

    71,731Vezi pe 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
    Vezi pe GitHub↗71,731
  • 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

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

    JavaScriptcommonmarkjavascriptmarkdown
    Vezi pe GitHub↗21,575
  • remarkjs/react-markdownAvatar remarkjs

    remarkjs/react-markdown

    15,779Vezi pe 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
    Vezi pe GitHub↗15,779
  • rexxars/react-markdownAvatar rexxars

    rexxars/react-markdown

    15,773Vezi pe 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
    Vezi pe GitHub↗15,773
  • remarkjs/remarkAvatar remarkjs

    remarkjs/remark

    8,911Vezi pe 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
    Vezi pe GitHub↗8,911
  • jonschlinkert/remarkableAvatar jonschlinkert

    jonschlinkert/remarkable

    5,835Vezi pe 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
    Vezi pe GitHub↗5,835
  • mdnice/markdown-niceAvatar mdnice

    mdnice/markdown-nice

    4,640Vezi pe GitHub↗

    markdown-nice este un editor și randator markdown bazat pe web, conceput pentru a transforma textul markdown brut în HTML formatat. Acesta funcționează ca un stilizator CSS care aplică teme personalizate conținutului pentru a îmbunătăți prezentarea vizuală pe platformele de publicare. Instrumentul se concentrează pe formatarea postărilor de blog și stilizarea conținutului markdown, permițând utilizatorilor să definească layout-ul și tipografia articolelor tehnice. Suportă randarea sintaxei specializate, inclusiv formule matematice și note de subsol. Editorul include capabilități pentru persistența stării utilizatorului și a setărilor de stil în browser. Utilizează un sistem de extensii bazat pe plugin-uri și aplicarea stilurilor pe partea de client pentru a oferi previzualizări live ale rezultatului final.

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

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

Explorează sub-etichetele

  • 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.