Skip to content

fix: Fix formatting of configuration table in README.md#27

Merged
jeanplevesque merged 1 commit intomainfrom
dev/jpl/fix-readme
Jan 14, 2026
Merged

fix: Fix formatting of configuration table in README.md#27
jeanplevesque merged 1 commit intomainfrom
dev/jpl/fix-readme

Conversation

@jeanplevesque
Copy link
Member

@jeanplevesque jeanplevesque commented Jan 14, 2026

The url|branch part was breaking the table row. It's now fixed by escaping the |.

Summary by CodeRabbit

  • Documentation
    • Fixed markdown table formatting in the README to ensure correct parsing and display of repository information.

✏️ Tip: You can customize this high-level summary in your review settings.

Copilot AI review requested due to automatic review settings January 14, 2026 14:30
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 14, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

Documentation fix to README.md escaping a pipe character in a markdown table cell to ensure correct parsing, with minor alignment adjustments. No semantic changes to configuration values or behavior.

Changes

Cohort / File(s) Summary
Documentation formatting
README.md
Escaped pipe character in repositories table cell (`url

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev/jpl/fix-readme


📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 57080ec and 1657866.

📒 Files selected for processing (1)
  • README.md

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@jeanplevesque jeanplevesque merged commit 66d44e5 into main Jan 14, 2026
7 of 8 checks passed
@jeanplevesque jeanplevesque deleted the dev/jpl/fix-readme branch January 14, 2026 14:31
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 fixes a markdown table formatting issue where the pipe character in url|branch was breaking the table structure. The fix escapes the pipe character as url\|branch.

Changes:

  • Escaped the pipe character in the promptitude.repositories description to prevent it from being interpreted as a table column separator

| `promptitude.syncOnStartup` | Sync when VS Code starts | `true` | boolean |
| `promptitude.showNotifications` | Show sync status notifications | `true` | boolean |
| `promptitude.syncChatmode` | Sync agent prompts (supports both agents/ and legacy chatmodes/ directories) | `true` | boolean |
| `promptitude.syncChatmode` | Sync agent prompts (supports both agents/ and legacy chatmodes/ directories) | `true` | boolean |
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

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

The table column alignment is broken on this line. The Default column value appears truncated or the spacing is incorrect compared to other rows in the table. The Default value should maintain consistent padding with other rows (should be "| true | boolean |" to match the column width of ~70 characters).

Copilot uses AI. Check for mistakes.
| `promptitude.frequency` | Sync frequency | `"daily"` | string |
| `promptitude.customPath` | Custom prompts directory path | `""` | string |
| `promptitude.repositories` | Repositories with optional branch (use `url` or `url|branch`) | `[]` | array |
| `promptitude.repositories` | Repositories with optional branch (use `url` or `url\|branch`) | `[]` | array |
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

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

The table column alignment is broken on this line. The Default column value appears truncated or the spacing is incorrect compared to other rows in the table. The Default value should maintain consistent padding with other rows (should be "| [] | array |" to match the column width of ~70 characters).

Copilot uses AI. Check for mistakes.
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