Skip to content

misc: add neopyter logo to README.md#57

Merged
AbaoFromCUG merged 1 commit intomasterfrom
misc/readme-logo
Apr 23, 2026
Merged

misc: add neopyter logo to README.md#57
AbaoFromCUG merged 1 commit intomasterfrom
misc/readme-logo

Conversation

@AbaoFromCUG
Copy link
Copy Markdown
Collaborator

Summary

  • add a branded logo banner to the top of README.md to improve the plugin's presentation on GitHub
  • include the new image assets under doc/ used by the README header

Copilot AI review requested due to automatic review settings April 23, 2026 12:21
@AbaoFromCUG AbaoFromCUG added the documentation Improvements or additions to documentation label Apr 23, 2026
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

Adds a branded logo banner to the top of the repository README to improve GitHub presentation.

Changes:

  • Insert a centered logo image at the top of README.md
  • Wrap the banner in panvimdoc-ignore markers to avoid affecting generated docs

Comment thread README.md
Comment on lines +3 to +5
<h1><div align="center">
<img alt="neopyter" width="300px" height="auto" src="./doc/neopyter-with-name.png">
</div></h1>
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

The HTML structure here is invalid: an <h1> element shouldn’t wrap a block-level <div>. Consider using a centered <div> (or <p>) that wraps the <img>, or put the <img> directly inside the <h1> without an extra <div>. Also, the img width/height attributes are not valid as written (width/height expect integer pixel values; 300px and auto may be ignored). Prefer width="300" with no height, or use CSS styling if you need auto height.

Suggested change
<h1><div align="center">
<img alt="neopyter" width="300px" height="auto" src="./doc/neopyter-with-name.png">
</div></h1>
<div align="center">
<img alt="neopyter" width="300" src="./doc/neopyter-with-name.png">
</div>

Copilot uses AI. Check for mistakes.
@AbaoFromCUG AbaoFromCUG merged commit 366a51d into master Apr 23, 2026
12 of 13 checks passed
@AbaoFromCUG AbaoFromCUG deleted the misc/readme-logo branch April 23, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants