Skip to content

README intro has nested paragraph markup #23887

@Zacxxx

Description

@Zacxxx

What is the type of issue?

Documentation is incorrect / Documentation is confusing

What is the issue?

The top README intro opens a centered paragraph for the Codex CLI sentence, then opens another <p align="center"> for the splash image before closing the first paragraph.

The same block also uses closing </br> tags. GitHub's renderer is forgiving, but the markup is invalid HTML and can be fragile when copied into downstream docs renderers.

Expected cleanup: close the intro paragraph before the splash image and use <br /> or normal Markdown spacing instead of </br>.

Where did you find it?

https://github.com/openai/codex/blob/main/README.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    CLIIssues related to the Codex CLIdocumentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions