-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Columns, Improved readability for ToC. #1307
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just 1 little comment, otherwise LGTM! Thank you so much for doing this it looks SO much nicer 😁
|:------------------| | ||
| [PSCustomObject](#pscustomobject): _A simple PSCustomObject_ | | ||
| Snippet Name | Description | | ||
|--------- | ---------| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's also one more change to this a little bit higher up on line 305. Can you also fix that one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed that. I've fixed it.
Fixed the missed instances.
I like! This is what I couldn't come up with. I was trying to keep the title as a single cell which GitHub doesn't support. Split as a table works better IMHO. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So much cleaner 😍 LGTM! Thanks for contributing 🙂
Made the Table of contents split into 2 columns for better formatting and also fixed a link.