Skip to content

Add markdown preview to file explorer with accessibility improvements #277

Add markdown preview to file explorer with accessibility improvements

Add markdown preview to file explorer with accessibility improvements #277

Triggered via pull request October 14, 2025 11:17
Status Failure
Total duration 2m 52s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
build (20.x)
Process completed with exit code 7.
build (20.x)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
build (20.x): src/components/workspace/MarkdownPreviewTabs.tsx#L93
Replace `⏎················ref={previewRef}⏎················className="prose·prose-sm·dark:prose-invert·max-w-none·p-4"⏎·············` with `·ref={previewRef}·className="prose·prose-sm·dark:prose-invert·max-w-none·p-4"`
build (20.x): src/components/workspace/MarkdownPreviewTabs.tsx#L83
Delete `········`
build (20.x): src/components/workspace/MarkdownPreviewTabs.tsx#L76
Replace `⏎··············code={content}⏎··············language={language}⏎··············maxHeight="none"⏎···········` with `·code={content}·language={language}·maxHeight="none"`
build (20.x): src/components/workspace/MarkdownPreviewTabs.tsx#L42
Replace `g-gray-50·dark:bg-gray-900·border-b` with `order-b·bg-gray-50·dark:bg-gray-900`
build (20.x): src/components/workspace/MarkdownPreviewTabs.tsx#L41
Replace `h-full·flex` with `flex·h-full`
build (20.x): src/components/workspace/FilePreview.tsx#L14
Replace `⏎····fileName.endsWith('.markdown')·||⏎···` with `·fileName.endsWith('.markdown')·||`