mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
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.
This commit is contained in:
committed by
GitHub
parent
286cb2a021
commit
e9abecfb68
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user