awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesContent Preprocessors

Tools that intercept and modify source content or syntax before the final rendering stage.

Distinct from Source Customization: Focuses on content-level transformation and syntax extension rather than CSS-specific styling or general source customization.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Content Preprocessors. Refine with filters or upvote what's useful.

Awesome Content Preprocessors GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • rust-lang/mdbookAvatar de rust-lang

    rust-lang/mdBook

    21,852Voir sur GitHub↗

    mdBook is a documentation build system and static site generator designed to compile collections of Markdown files into structured, navigable web-based books. It provides a comprehensive framework for managing technical documentation, featuring a hierarchical table of contents, integrated full-text search, and automated build processes that transform source content into ready-to-deploy HTML websites. The project distinguishes itself through a highly modular pipeline architecture that supports custom preprocessors and swappable rendering backends. This allows authors to intercept and modify co

    mdBook integrates custom preprocessors to modify source content or introduce new syntax before the final output is rendered.

    Rust
    Voir sur GitHub↗21,852
  • riot/riotAvatar de riot

    riot/riot

    14,921Voir sur GitHub↗

    Riot is a component-based library for building user interfaces through modular, single-file components. It functions as a framework for creating reusable elements that combine markup, logic, and scoped styles, which are then compiled into standard JavaScript functions for browser execution. The library distinguishes itself by utilizing direct rendering, which updates the document object model by tracking state changes without the overhead of a virtual representation. It supports server-side rendering and hydration to improve initial page load performance and search engine indexing. Developers

    Integrates custom preprocessors into the build pipeline to support alternative languages and syntax extensions.

    JavaScriptclient-sidecustomelementcustomelements
    Voir sur GitHub↗14,921
  1. Home
  2. Software Engineering & Architecture
  3. Application Frameworks
  4. Application Framework Extensions
  5. Plugin Development Kits
  6. Source Customization
  7. Content Preprocessors