From e9abecfb68525ab9943fad6fe76f886030b0ffd2 Mon Sep 17 00:00:00 2001 From: Abkari Mohammed Sayeem <169171880+Sayeem3051@users.noreply.github.com> Date: Wed, 12 Nov 2025 18:49:13 +0530 Subject: [PATCH] Fix heading levels - change #### to ### for examples Prettier requires consistent heading levels throughout the document. Changed example headings from #### (h4) to ### (h3) to match the document structure and pass formatting checks. --- docs/prompts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/prompts.md b/docs/prompts.md index 5d43ff6a63..7cc3d53f7f 100644 --- a/docs/prompts.md +++ b/docs/prompts.md @@ -43,7 +43,7 @@ Custom prompts turn your repeatable instructions into reusable slash commands, s ### Examples -#### Example 1: Basic named arguments +### Example 1: Basic named arguments **File:** `~/.codex/prompts/ticket.md` @@ -69,7 +69,7 @@ Please write a concise commit message for ticket JIRA-1234: Fix login bug **Note:** Both `TICKET_ID` and `TICKET_TITLE` are required. If either is missing, Codex will show a validation error. Values with spaces must be double-quoted. -#### Example 2: Mixed positional and named arguments +### Example 2: Mixed positional and named arguments **File:** `~/.codex/prompts/review.md`