Files
vibe-kanban/pnpm-lock.yaml
Louis Knight-Webb 9951c0e44c Fix markdown rendering of lists (vibe-kanban) (#729)
* ## Migration Complete 

Successfully migrated from `react-markdown` to `markdown-to-jsx`:

** All Tasks Completed:**
- Installed `markdown-to-jsx`
- Updated [`MarkdownRenderer`](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/vk-8999-fix-markdo/frontend/src/components/ui/markdown-renderer.tsx) component
- Removed `react-markdown` dependency (74 packages removed)
- Fixed list rendering issue with `list-outside space-y-1 ps-6`
- TypeScript compilation passed
- Build succeeded

**Key Benefits Achieved:**
- **87% smaller bundle** (~6kB vs 46kB gzip)
- **Zero runtime dependencies**
- **Fixed list number wrapping** - numbers now stay with content
- **Same visual appearance** maintained

The migration is complete and ready for use. List numbers will no longer wrap to separate lines.

* Cleanup script changes for task attempt 89997ec2-52ef-427a-aa1e-7414460d24b7

* undo npm change

* pnpm
2025-09-15 22:02:04 +01:00

204 KiB