multica/packages/ui/src
Naiyuan Qing 374ce68b84 fix(ui): remove math plugins and disable single-tilde strikethrough
- Remove remarkMath and rehypeKatex plugins that caused text wrapping
  issues by interpreting $ signs as LaTeX delimiters
- Configure remarkGfm with singleTilde: false to prevent single ~ from
  being parsed as strikethrough (e.g., ~1000 should not become <del>)
- Only double tilde ~~text~~ now renders as strikethrough

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-13 08:33:56 +08:00
..
components fix(ui): remove math plugins and disable single-tilde strikethrough 2026-02-13 08:33:56 +08:00
hooks feat(chat): add message history pagination with scroll-up loading 2026-02-05 18:40:15 +08:00
lib fix(ui): render tool calls immediately from assistant toolCall blocks 2026-02-04 18:12:34 +08:00
styles refactor(desktop): restructure pages and consolidate UI components 2026-02-12 15:49:52 +08:00
index.ts feat(ui): create @multica/ui package skeleton 2026-01-30 11:34:05 +08:00