2 रिपॉजिटरी
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.
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.
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.