Skip to content

Fix literal \n in README Codex Plugin heading - #216

Open
moazelsawaf wants to merge 1 commit into
flutter:mainfrom
moazelsawaf:fix-readme-codex-newline
Open

Fix literal \n in README Codex Plugin heading#216
moazelsawaf wants to merge 1 commit into
flutter:mainfrom
moazelsawaf:fix-readme-codex-newline

Conversation

@moazelsawaf

@moazelsawaf moazelsawaf commented Aug 5, 2026

Copy link
Copy Markdown

Summary

Fixes a rendering bug in README.md where the Codex Plugin section heading was prefixed with a literal \n instead of an actual newline, causing it to display as plain text rather than a level-3 heading.

Motivation and Context

Introduced in #177 ("Add Codex plugin"). No existing issues or PRs address this bug.

What changed

  • README.md: Replaced \n### Codex Plugin with a blank line followed by ### Codex Plugin, matching the formatting of the Claude Code Plugin and Cursor Plugin sections above and below it.

Testing Instructions

  • View README.md on GitHub and confirm the "Codex Plugin" heading renders correctly as a level-3 heading.

@google-cla

google-cla Bot commented Aug 5, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request corrects a formatting issue in the README.md file by replacing a literal '\n' with a proper newline before the 'Codex Plugin' section header. There are no review comments, and I have no feedback to provide.

@moazelsawaf
moazelsawaf force-pushed the fix-readme-codex-newline branch from 11821e9 to f79fdef Compare August 5, 2026 08:44
Replace escaped newline with an actual blank line so the Codex Plugin
section renders as a proper markdown heading.
@moazelsawaf
moazelsawaf force-pushed the fix-readme-codex-newline branch from f79fdef to 18f100c Compare August 5, 2026 08:45
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