You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Jason Walker
committed
fix: resolve all markdown linting failures
- Add blank lines around headings, code blocks, lists, and tables (MD022, MD031, MD032, MD058)
- Fix line length violations by breaking long lines (MD013)
- Add language specifiers to code blocks (MD040)
- Convert emphasis to proper headings (MD036)
- Add missing trailing newlines (MD047)
- Fix ordered list numbering consistency (MD029)
- Fix strong style inconsistencies (MD050)
Addresses all markdown linting issues found in CI job run:
https://github.com/desktophero/github-copilot-cli/actions/runs/18057131112/job/51388426631
This should make the 'Lint and Format Check' job pass successfully.
Copy file name to clipboardExpand all lines: EXAMPLES.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Practical Examples
2
2
3
-
> **⚠️ MIGRATION NOTICE**: These examples have been updated for the new standalone GitHub Copilot CLI (`copilot`), not the deprecated `gh copilot` extension.
3
+
> **⚠️ MIGRATION NOTICE**: These examples have been updated for the new standalone GitHub
4
+
> Copilot CLI (`copilot`), not the deprecated `gh copilot` extension.
4
5
5
6
## Common Development Scenarios
6
7
@@ -307,4 +308,6 @@ copilot --version
307
308
copilot --banner # First launch with banner
308
309
```
309
310
310
-
> **⚠️ Note**: Many advanced features from the old CLI are being reimplemented. Check the [official repository](https://github.com/github/copilot-cli) for the latest feature updates and migration guides.
311
+
> **⚠️ Note**: Many advanced features from the old CLI are being reimplemented. Check the
312
+
> [official repository](https://github.com/github/copilot-cli) for the latest feature updates and
0 commit comments