Skip to content

docs: Format README tables and remove duplicate content#22

Merged
0xvasanth merged 1 commit intomainfrom
docs/format-readme-tables
Nov 5, 2025
Merged

docs: Format README tables and remove duplicate content#22
0xvasanth merged 1 commit intomainfrom
docs/format-readme-tables

Conversation

@0xvasanth
Copy link
Owner

Summary

  • Align markdown tables for better readability
  • Add blank lines before code blocks for proper rendering
  • Remove duplicate Examples section that was left after previous refactoring
  • Update License section to reflect current MIT-only license

Test plan

  • All markdown renders correctly
  • Tables are properly aligned
  • Code blocks display correctly
  • No duplicate sections

- Align markdown tables for better readability
- Add blank lines before code blocks for proper rendering
- Remove duplicate Examples section
- Update License section to reflect current MIT-only license
Copilot AI review requested due to automatic review settings November 5, 2025 17:32
@0xvasanth 0xvasanth merged commit c683ea9 into main Nov 5, 2025
8 checks passed
@0xvasanth 0xvasanth deleted the docs/format-readme-tables branch November 5, 2025 17:33
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 PR updates the README.md documentation to improve formatting consistency and simplify the license section. The changes focus on enhancing readability through better table alignment and whitespace management.

  • Reformatted markdown tables for struct-level and field-level attributes with improved alignment
  • Added blank lines before code blocks in the config file formats section for better visual separation
  • Removed the Examples section and simplified the License section to show only MIT license

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

* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)

at your option.# gonfig
- MIT license ([LICENSE](LICENSE) or https://opensource.org/licenses/MIT)
Copy link

Copilot AI Nov 5, 2025

Choose a reason for hiding this comment

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

Incomplete sentence fragment. The line starts with '- ' suggesting a list item but lacks proper context. Should either be 'This project is licensed under:' followed by the list item, or be a complete sentence like 'This project is licensed under the MIT license'.

Suggested change
- MIT license ([LICENSE](LICENSE) or https://opensource.org/licenses/MIT)
This project is licensed under the MIT license ([LICENSE](LICENSE) or https://opensource.org/licenses/MIT).

Copilot uses AI. Check for mistakes.
@0xvasanth 0xvasanth restored the docs/format-readme-tables branch January 10, 2026 19:10
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