Skip to content

Fix markdownlint errors introduced by merge of affaan-m:main#15

Merged
pangerlkr merged 2 commits intomainfrom
copilot/fix-link-not-working
Mar 12, 2026
Merged

Fix markdownlint errors introduced by merge of affaan-m:main#15
pangerlkr merged 2 commits intomainfrom
copilot/fix-link-not-working

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 12, 2026

The merge of affaan-m:main (affaan-m#54) introduced 20 markdownlint violations across 12 files, breaking npm run lint.

Fixes

  • MD034 (bare URLs) — Wrapped raw URLs in <angle brackets> across 8 files (CODE_OF_CONDUCT.md, guides, videodb skills)
  • MD056 (table column count) — Pipe characters inside table cells misinterpreted as column separators; fixed with &#124; (inside code spans) or \| (outside):
    <!-- before -->
    | XSS | Use `|safe` filter |
    <!-- after -->
    | XSS | Use `&#124;safe` filter |
  • MD053 (unused link reference)docs/zh-CN/CODE_OF_CONDUCT.md had \[Contributor Covenant]\[homepage] with escaped brackets, making the [homepage] definition unreferenced; removed the escapes
  • MD028 (blank line in blockquote)skills/videodb/reference/api-reference.md had a bare blank line between two > blocks; replaced with >
  • MD012 (multiple blank lines)skills/videodb/SKILL.md had 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.

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
@pangerlkr pangerlkr marked this pull request as ready for review March 12, 2026 08:42
Copilot AI review requested due to automatic review settings March 12, 2026 08:42
Copy link
Copy Markdown

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

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 &#124; 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 &#124;
docs/ja-JP/skills/django-security/SKILL.md Escaped pipe in table cell with &#124;
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.

@pangerlkr pangerlkr merged commit 2856b79 into main Mar 12, 2026
31 of 40 checks passed
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.

3 participants