You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pnpm vitest run src/tools/markdown-table-generator/markdown-table-generator.service.test.ts
pnpm typecheck
pnpm lint (passes with existing UnoCSS warnings in unrelated files)
pnpm build
local UI smoke test at /markdown-table-generator: edited headers/cells and verified the generated Markdown output updates, including pipe escaping and multiline cell handling
Screenshots
Validated locally in desktop and mobile viewports.
I fixed the Sonar reliability issues by adding scope="col" to the generated table header cells. Local verification after the update: pnpm vitest run src/tools/markdown-table-generator/markdown-table-generator.service.test.ts passed, pnpm typecheck passed, and pnpm lint passed with only the existing unrelated UnoCSS ordering warnings. The remaining E2E failure appears to be Playwright dependency installation on the GitHub runner (libasound2, libffi7, and libx264-163 unavailable on Ubuntu 24.04), not a failure in this tool code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Adds a new Markdown Table Generator tool for building GitHub-flavored Markdown tables from a visual editor.
/markdown-table-generatorin the Development tools list|characters and converts multiline cells to<br>so generated tables stay validCloses #542
Validation
pnpm vitest run src/tools/markdown-table-generator/markdown-table-generator.service.test.tspnpm typecheckpnpm lint(passes with existing UnoCSS warnings in unrelated files)pnpm build/markdown-table-generator: edited headers/cells and verified the generated Markdown output updates, including pipe escaping and multiline cell handlingScreenshots
Validated locally in desktop and mobile viewports.