Skip to content

fix: Markdown table in Codespace is not rendered correctly#619

Merged
WilliamBerryiii merged 1 commit intomicrosoft:mainfrom
fbeltrao:patch-1
Feb 16, 2026
Merged

fix: Markdown table in Codespace is not rendered correctly#619
WilliamBerryiii merged 1 commit intomicrosoft:mainfrom
fbeltrao:patch-1

Conversation

@fbeltrao
Copy link
Contributor

@fbeltrao fbeltrao commented Feb 16, 2026

Pull Request

Description

Fix to markdown table rendering. Fixes #620

Type of Change

Select all that apply:

Code & Documentation:

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature causing existing functionality to change)
  • Documentation update

Infrastructure & Configuration:

  • GitHub Actions workflow
  • Linting configuration (markdown, PowerShell, etc.)
  • Security configuration
  • DevContainer configuration
  • Dependency update

AI Artifacts:

  • Reviewed contribution with prompt-builder agent and addressed all feedback
  • Copilot instructions (.github/instructions/*.instructions.md)
  • Copilot prompt (.github/prompts/*.prompt.md)
  • Copilot agent (.github/agents/*.agent.md)
  • Copilot skill (.github/skills/*/SKILL.md)

Note for AI Artifact Contributors:

  • Agents: Research, indexing/referencing other project (using standard VS Code GitHub Copilot/MCP tools), planning, and general implementation agents likely already exist. Review .github/agents/ before creating new ones.
  • Skills: Must include both bash and PowerShell scripts. See Skills.
  • Model Versions: Only contributions targeting the latest Anthropic and OpenAI models will be accepted. Older model versions (e.g., GPT-3.5, Claude 3) will be rejected.
  • See Agents Not Accepted and Model Version Requirements.

Other:

  • Script/automation (.ps1, .sh, .py)
  • Other (please describe):

Sample Prompts (for AI Artifact Contributions)

User Request:

Execution Flow:

Output Artifacts:

Success Indicators:

For detailed contribution requirements, see:

Testing

Checklist

Required Checks

  • Documentation is updated (if applicable)
  • Files follow existing naming conventions
  • Changes are backwards compatible (if applicable)
  • Tests added for new functionality (if applicable)

AI Artifact Contributions

  • Used /prompt-analyze to review contribution
  • Addressed all feedback from prompt-builder review
  • Verified contribution follows common standards and type-specific requirements

Required Automated Checks

The following validation commands must pass before merging:

  • Markdown linting: npm run lint:md
  • Spell checking: npm run spell-check
  • Frontmatter validation: npm run lint:frontmatter
  • Link validation: npm run lint:md-links
  • PowerShell analysis: npm run lint:ps

Security Considerations

  • This PR does not contain any sensitive or NDA information
  • Any new dependencies have been reviewed for security issues
  • Security-related scripts follow the principle of least privilege

Additional Notes

Copilot AI review requested due to automatic review settings February 16, 2026 06:48
@fbeltrao fbeltrao requested a review from a team as a code owner February 16, 2026 06:48
@fbeltrao fbeltrao added the bug Something isn't working label Feb 16, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md to match the 3-column header structure

@codecov-commenter
Copy link

codecov-commenter commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.34%. Comparing base (d3bdd7a) to head (605fa22).

Additional details and impacted files

Impacted file tree graph

@@            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     
Flag Coverage Δ
pester 85.34% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@katriendg
Copy link
Contributor

@fbeltrao thank you for taking the time for this contribution! We really appreciate this.

For merging we ask you to do two things:

@fbeltrao
Copy link
Contributor Author

Issue #620 created

@katriendg katriendg changed the title (bug) fix table formatting fix: Markdown table in Codespace is not rendered correctly Feb 16, 2026
Copy link
Contributor

@katriendg katriendg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@WilliamBerryiii WilliamBerryiii merged commit 5bcea1d into microsoft:main Feb 16, 2026
18 checks passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: Markdown table in Codespace is not rendered correctly

6 participants