Skip to content

Left-align README support block and drop top divider#247

Merged
FuJacob merged 1 commit into
mainfrom
readme-support-left-align
May 25, 2026
Merged

Left-align README support block and drop top divider#247
FuJacob merged 1 commit into
mainfrom
readme-support-left-align

Conversation

@FuJacob
Copy link
Copy Markdown
Owner

@FuJacob FuJacob commented May 25, 2026

Summary

The support block under the title rendered center-aligned with a heavy horizontal rule directly above it, making the top of the README feel cluttered. This removes that top divider and unwraps the <p align="center"> wrappers so the support copy and Ko-fi button render left-aligned under the title.

Validation

Markdown-only change; rendered the README locally to confirm the support copy and button are now left-aligned and the divider above them is gone.

Linked issues

None.

Risk / rollout notes

Documentation only — no code, settings, or build changes.

Greptile Summary

This is a documentation-only change to README.md that removes the horizontal rule above the Ko-fi support block and strips the <p align="center"> wrappers so the support text and button render left-aligned directly under the project title.

  • Removes the --- divider that appeared immediately after the # Cotabby heading, reducing visual clutter at the top of the README.
  • Unwraps both the <sub> support copy and the Ko-fi <a>/<img> tag from their <p align="center"> containers, making them flow left like the rest of the prose content.

Confidence Score: 5/5

Safe to merge — only two HTML wrapper tags and one horizontal rule are removed from the README, with no impact on code, configuration, or build artifacts.

The change touches a single Markdown file and removes three lines of presentational HTML along with a decorative divider. There is no logic, no configuration, and no user-facing behaviour beyond how the top of the README renders on GitHub.

No files require special attention.

Important Files Changed

Filename Overview
README.md Removes the top --- divider and unwraps <p align="center"> around the Ko-fi support block, leaving content left-aligned under the title.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    subgraph before["Before"]
        direction TB
        A1["# Cotabby"] --> DIV["--- (removed)"]
        DIV --> PC1["p align=center: sub text"]
        PC1 --> PC2["p align=center: Ko-fi button"]
        PC2 --> DIV2["---"]
    end

    subgraph after["After"]
        direction TB
        A2["# Cotabby"] --> SUB["sub text (left-aligned)"]
        SUB --> BTN["Ko-fi button (left-aligned)"]
        BTN --> DIV3["---"]
    end
Loading

Reviews (1): Last reviewed commit: "Left-align README support block and drop..." | Re-trigger Greptile

Removes the horizontal rule above the support block and unwraps the
centered <p align="center"> so the support copy and Ko-fi button render
left-aligned under the title.
@FuJacob FuJacob merged commit fd5202b into main May 25, 2026
3 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.

1 participant