Fix table formatting issues under Reusable Prompt heading#126
Merged
Conversation
Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Table formatting issues under Reusable Prompt heading
Fix table formatting issues under Reusable Prompt heading
Jul 25, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes table formatting issues in the README.md file under the Reusable Prompt heading by using the update-readme.js script to regenerate the content and remove problematic blank lines that were breaking the markdown table structure.
- Fixed broken table rows that had blank lines interrupting the table structure
- Corrected title formatting for one entry from ".NET WPF" to "Dotnet Wpf"
- Reorganized table entries to ensure proper alphabetical ordering
Comments suppressed due to low confidence (1)
README.md:39
- The title 'Dotnet Wpf' is inconsistent with the naming pattern used elsewhere in the table. It should be '.NET WPF' to match the original format and maintain consistency with other .NET entries like '.NET MAUI'.
| [Dotnet Wpf](instructions/dotnet-wpf.instructions.md) | .NET WPF component and application patterns | [](https://vscode.dev/redirect?url=vscode%3Achat-instructions%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Finstructions%2Fdotnet-wpf.instructions.md) [](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Achat-instructions%2Finstall%3Furl%3Dhttps%3A%2F%2Fraw.githubusercontent.com%2Fgithub%2Fawesome-copilot%2Fmain%2Finstructions%2Fdotnet-wpf.instructions.md) |
codemillmatt
approved these changes
Jul 25, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The table under the Reusable Prompt heading had formatting issues with broken rows that prevented proper markdown rendering. There were blank lines at rows 123 and 126 that interrupted the table structure, causing content to not display correctly.
Changes Made
update-readme.jsscript to regenerate the README.md from scratchprompts/directoryProblem Resolved
The table previously had blank lines that broke the markdown table formatting. The
update-readme.jsscript automatically generated the correct table structure by:.prompt.mdfiles from theprompts/directoryValidation
prompts/directoryThe table now renders correctly and all content is displayed in proper columns with each row showing exactly one prompt.
Fixes #125.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.