awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Asynchronous Transformation Engines · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesAsynchronous Transformation Engines

Processing systems that handle document conversion using non-blocking operations for external data fetching.

Distinguishing note: Focuses on the asynchronous lifecycle of document processing rather than static conversion.

Explore 1 awesome GitHub repository matching content management & publishing · Asynchronous Transformation Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Content Management & Publishing
  3. Asynchronous Transformation Engines

Awesome Asynchronous Transformation Engines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • markedjs/marked

    markedjs/marked

    36,608View on GitHub↗

    This project is a high-performance markdown-to-HTML parser designed for use in browser, server-side, and command-line environments. It functions as a configurable syntax processor that transforms plain text documents into structured web content, providing a flexible engine for rendering dynamic documentation and web-based text. The parser features a modular, extensible pipeline that allows developers to intercept the document transformation process at multiple stages. Through custom tokenization, rendering overrides, and lifecycle hooks, users can define unique syntax, modify the token stream

    Processes document transformations asynchronously to support external resource fetching.

    TypeScriptcommonmarkcompilergfm
    36,608View on GitHub↗