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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • liveblocks/liveblocksAvatar de liveblocks

    liveblocks/liveblocks

    4,438Voir sur 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
    Voir sur GitHub↗4,438
  • vercel/streamdownAvatar de vercel

    vercel/streamdown

    4,420Voir sur 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
    Voir sur GitHub↗4,420
  1. Home
  2. Development Tools & Productivity
  3. Code Completion
  4. Automatic Syntax Completion
  5. Incomplete Markdown Syntax Handling

Explorer les sous-tags

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