Skip to content

fix Project Structure tree formatting in README#4

Open
tomboulier wants to merge 1 commit into
microsoft:mainfrom
tomboulier:docs/fix-project-structure-formatting-in-README
Open

fix Project Structure tree formatting in README#4
tomboulier wants to merge 1 commit into
microsoft:mainfrom
tomboulier:docs/fix-project-structure-formatting-in-README

Conversation

@tomboulier
Copy link
Copy Markdown

Fix "Project Structure" tree formatting in README

The "Project Structure" section in the README file is currently rendered as a single paragraph because the directory tree is not wrapped in a fenced code block. Markdown collapses the indentation and newlines into running text, hiding the tree shape. The fix wraps the tree in a triple-backtick fence so it renders as preformatted text and preserves the alignment of ├──, └──, and .

Before

before

After

after

The Project Structure section was rendered as a single paragraph  because the directory tree wasn't wrapped in a fenced code block.  Markdown collapsed the indentation and newlines into running text,  hiding the tree shape.                                            
                        
Wrap the tree in a triple-backtick fence so it renders as  preformatted text and preserves the alignment of ├─,└─, and │.
Copilot AI review requested due to automatic review settings May 9, 2026 08:51
Copy link
Copy Markdown

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

Fixes Markdown rendering of the “Project Structure” section in README.md by wrapping the directory tree in a fenced code block so indentation and tree glyph alignment are preserved.

Changes:

  • Added an opening triple-backtick fence before the directory tree.
  • Added a closing triple-backtick fence after the directory tree.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants