fix: Markdown table in Codespace is not rendered correctly#619
Merged
WilliamBerryiii merged 1 commit intomicrosoft:mainfrom Feb 16, 2026
Merged
fix: Markdown table in Codespace is not rendered correctly#619WilliamBerryiii merged 1 commit intomicrosoft:mainfrom
WilliamBerryiii merged 1 commit intomicrosoft:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request fixes a markdown table formatting bug in the Codespaces installation documentation. The table delimiter row had an extra column separator that caused a mismatch between the header (3 columns) and the delimiter (4 columns), resulting in incorrect table rendering.
Changes:
- Corrected the table delimiter row in
docs/getting-started/methods/codespaces.mdto match the 3-column header structure
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #619 +/- ##
==========================================
- Coverage 85.36% 85.34% -0.03%
==========================================
Files 23 23
Lines 4475 4475
==========================================
- Hits 3820 3819 -1
- Misses 655 656 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Contributor
|
@fbeltrao thank you for taking the time for this contribution! We really appreciate this. For merging we ask you to do two things:
|
bindsi
requested changes
Feb 16, 2026
Contributor
Author
|
Issue #620 created |
bindsi
approved these changes
Feb 16, 2026
WilliamBerryiii
pushed a commit
that referenced
this pull request
Feb 17, 2026
🤖 I have created a release *beep* *boop* --- ## [2.3.10](hve-core-v2.3.9...hve-core-v2.3.10) (2026-02-17) ### 🐛 Bug Fixes * **agents:** add subagent support with dedicated subagent files and simplified prompts ([#639](#639)) ([c080b0a](c080b0a)) * Markdown table in Codespace is not rendered correctly ([#619](#619)) ([5bcea1d](5bcea1d)) ### 📚 Documentation * **ai-artifacts:** align contribution guide with plugin and collection workflow ([#622](#622)) ([21820be](21820be)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: hve-core-release-please[bot] <254602402+hve-core-release-please[bot]@users.noreply.github.com>
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.
Pull Request
Description
Fix to markdown table rendering. Fixes #620
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
User Request:
Execution Flow:
Output Artifacts:
Success Indicators:
For detailed contribution requirements, see:
Testing
Checklist
Required Checks
AI Artifact Contributions
/prompt-analyzeto review contributionprompt-builderreviewRequired Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run lint:md-linksnpm run lint:psSecurity Considerations
Additional Notes