awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesIncomplete Markdown Syntax Handling

Detects unterminated Markdown tokens and completes them automatically to prevent broken rendering during streaming.

Distinct from Automatic Syntax Completion: Distinct from Automatic Syntax Completion: completes Markdown tokens during streaming rather than structural delimiters in code entry.

Explore 2 awesome GitHub repositories matching development tools & productivity · Incomplete Markdown Syntax Handling. Refine with filters or upvote what's useful.

Awesome Incomplete Markdown Syntax Handling GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • liveblocks/liveblocksAvatar de liveblocks

    liveblocks/liveblocks

    4,438Ver en GitHub↗

    Liveblocks is a realtime collaboration infrastructure platform that synchronizes application state, documents, and user presence across multiple participants using conflict-free replicated data types. It provides a managed backend for collaborative text editors, threaded commenting and annotation systems, in-app notifications, and AI copilot deployment, all built on a WebSocket transport layer with server-side room management APIs. The platform distinguishes itself through a headless component primitive system that exposes unstyled React hooks and composable building blocks, allowing develope

    Hides markdown syntax during streaming so formatted text appears cleanly without flashing raw syntax.

    TypeScriptai-agentsai-copilotcollaboration
    Ver en GitHub↗4,438
  • vercel/streamdownAvatar de vercel

    vercel/streamdown

    4,420Ver en GitHub↗

    Streamdown is a streaming markdown renderer for React that transforms incoming markdown text into sanitized HTML in real time, handling incomplete blocks as they arrive. It parses GitHub-Flavored Markdown syntax including tables, task lists, and footnotes, and renders LaTeX math expressions using KaTeX, Mermaid diagrams as interactive SVGs, and code blocks with Shiki-based syntax highlighting supporting over 200 languages with dual light and dark themes. The renderer includes an XSS-safe HTML sanitizer that strips dangerous tags and validates URLs to prevent injection attacks. What distinguis

    Detects unterminated Markdown tokens and completes them automatically to prevent broken rendering during streaming.

    TypeScriptaimarkdownstreaming
    Ver en GitHub↗4,420
  1. Home
  2. Development Tools & Productivity
  3. Code Completion
  4. Automatic Syntax Completion
  5. Incomplete Markdown Syntax Handling

Explorar subetiquetas

  • Streaming Syntax HidingHiding markdown syntax during streaming so formatted text appears cleanly without flashing raw syntax. **Distinct from Incomplete Markdown Syntax Handling:** Distinct from Incomplete Markdown Syntax Handling: focuses on hiding syntax during streaming, not completing unterminated tokens.