Fix markdownlint errors introduced by merge of affaan-m:main#15
Merged
Fix markdownlint errors introduced by merge of affaan-m:main#15
Conversation
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [54] Fix link not working issue
Fix markdownlint errors introduced by merge of affaan-m:main
Mar 12, 2026
There was a problem hiding this comment.
Pull request overview
Fixes 20 markdownlint violations across 12 files that were introduced by a prior merge, restoring npm run lint to a passing state.
Changes:
- Wrapped bare URLs in angle brackets to fix MD034 violations across multiple files
- Escaped pipe characters in markdown tables using
|or\|to fix MD056 violations - Fixed miscellaneous MD028 (blank line in blockquote), MD012 (multiple blank lines), and MD053 (unused link reference) violations
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| CODE_OF_CONDUCT.md | Wrapped bare URLs in angle brackets |
| the-shortform-guide.md | Wrapped bare URL in angle brackets |
| the-longform-guide.md | Wrapped bare URLs in angle brackets |
| docs/zh-CN/CODE_OF_CONDUCT.md | Removed escaped brackets, wrapped bare URLs |
| docs/zh-CN/the-shortform-guide.md | Wrapped bare URL in angle brackets |
| docs/zh-CN/the-longform-guide.md | Wrapped bare URLs in angle brackets |
| docs/zh-CN/commands/python-review.md | Escaped pipe in table cell |
| docs/zh-TW/agents/database-reviewer.md | Escaped pipe in table cell with | |
| docs/ja-JP/skills/django-security/SKILL.md | Escaped pipe in table cell with | |
| skills/videodb/SKILL.md | Wrapped bare URL, removed extra blank line |
| skills/videodb/reference/api-reference.md | Fixed blank line in blockquote continuation |
| skills/videodb/reference/capture-reference.md | Wrapped bare URL in angle brackets |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The merge of
affaan-m:main(affaan-m#54) introduced 20 markdownlint violations across 12 files, breakingnpm run lint.Fixes
<angle brackets>across 8 files (CODE_OF_CONDUCT.md, guides, videodb skills)|(inside code spans) or\|(outside):docs/zh-CN/CODE_OF_CONDUCT.mdhad\[Contributor Covenant]\[homepage]with escaped brackets, making the[homepage]definition unreferenced; removed the escapesskills/videodb/reference/api-reference.mdhad a bare blank line between two>blocks; replaced with>skills/videodb/SKILL.mdhad a double blank line; collapsed to single✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.