2 Repos
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.
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.
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.