Skip to content

Center header and use absolute image URL in README#2

Merged
lupodevelop merged 1 commit into
mainfrom
import-library
Feb 8, 2026
Merged

Center header and use absolute image URL in README#2
lupodevelop merged 1 commit into
mainfrom
import-library

Conversation

@lupodevelop

Copy link
Copy Markdown
Owner

Replace the Markdown header with a centered HTML h1 and update the project logo src to an absolute raw.githubusercontent.com URL. This ensures the title is centered and the logo renders correctly from external contexts (e.g., GitHub previews).

Replace the Markdown header with a centered HTML h1 and update the project logo src to an absolute raw.githubusercontent.com URL. This ensures the title is centered and the logo renders correctly from external contexts (e.g., GitHub previews).
Copilot AI review requested due to automatic review settings February 8, 2026 16:06
@lupodevelop lupodevelop merged commit 85ab7e7 into main Feb 8, 2026
5 checks passed
@lupodevelop lupodevelop deleted the import-library branch February 8, 2026 16:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the README header block to better control presentation and ensure the logo renders in contexts that don’t resolve relative asset paths.

Changes:

  • Replaces the top-level Markdown title with a centered HTML <h1>.
  • Updates the logo image src from a relative path to an absolute raw.githubusercontent.com URL.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
@@ -1,7 +1,7 @@
# humanize
<h1 align="center">humanize</h1>

Copilot AI Feb 8, 2026

Copy link

Choose a reason for hiding this comment

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

Using a raw HTML

on GitHub typically does not get an auto-generated heading id/anchor (unlike Markdown # ...). That can break existing deep links to the README title (e.g., ...#humanize) and removes the clickable heading anchor in the UI. Consider adding an explicit id="humanize" to the <h1> (or keep the Markdown heading) to preserve stable anchors.

Suggested change
<h1 align="center">humanize</h1>
<h1 align="center" id="humanize">humanize</h1>

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