Sample Task Document#
This is a sample markdown document displayed when the backend API is not available.
Overview#
This task demonstrates the file viewer with:
- Markdown rendering with syntax highlighting
- Breadcrumb navigation for path tracking
- Previous/Next file navigation
Code Example#
hljs language-typescript
const result = await scanTasks();
console.log(`Found ${result.totalTasks} tasks`);
Note: Connect the backend at
localhost:3000to view real task files.