Fix ThreadState example formatting in table using HTML#51534
Merged
meaghanlewis merged 3 commits intomainfrom Feb 6, 2026
Merged
Fix ThreadState example formatting in table using HTML#51534meaghanlewis merged 3 commits intomainfrom
meaghanlewis merged 3 commits intomainfrom
Conversation
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix broken example formatting for ThreadState
Extract ThreadState example from table to fix formatting
Feb 5, 2026
Contributor
|
@copilot I didn't want the example output in a separate section. Can you fix formatting and keep the output in the table? |
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Extract ThreadState example from table to fix formatting
Fix ThreadState example formatting in table using HTML
Feb 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request fixes broken formatting of the ThreadState command example in the SOS debugging extension documentation. The example was previously wrapped in single-line backticks within a table cell, causing rendering and readability issues. The fix uses HTML <pre> tags with <br /> line breaks to properly display the multi-line code example while keeping it within the table structure.
Changes:
- Replaced inline backtick formatting with HTML
<pre>tags and<br />elements for the ThreadState example - Maintained the example within the command reference table as requested
- Improved readability by properly separating lines in the example output
gewarren
approved these changes
Feb 6, 2026
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 ThreadState command example was embedded inline within a table cell using backticks, causing rendering issues and poor readability.
Changes
<pre>tags and<br />line breaks to properly display the multi-line example within the table cellBefore
Table cell contained backtick-wrapped multi-line output causing layout issues:
After
Table cell with properly formatted HTML for multi-line display:
The example output now renders correctly with proper formatting while staying within the table structure.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Internal previews