mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Implements a local remark plugin that detects [!NOTE], [!TIP], [!IMPORTANT], [!WARNING], and [!CAUTION] markers in blockquotes and renders them as visually distinct alert blocks. - Local remarkGithubAlerts plugin visits blockquote nodes - Adds data attributes and CSS classes for alert styling - Custom blockquote component renders alert title and content - Styles use VS Code theme variables for light/dark/HC themes - Normal blockquotes remain unchanged - No new dependencies added - 32 tests covering unit and integration scenarios |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||