Skip to content

Commit cd6ae86

Browse files
fix(docs): use headings instead of bold for UIUX prompt steps
Satisfies markdownlint MD036 in UIUX_BRANDING_HANDOFF.md. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8613c2e commit cd6ae86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/UIUX_BRANDING_HANDOFF.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Flags:
8282

8383
Interactive mode uses `questionary` with consistent markers: `qmark="?"`, `pointer=">"`.
8484

85-
**1. Template selection (autocomplete)**
85+
#### 1. Template selection (autocomplete)
8686

8787
When no `--template` is provided and interactive mode is on:
8888

@@ -92,15 +92,15 @@ When no `--template` is provided and interactive mode is on:
9292
- Each choice shows a category badge, template name, slug, optional labels, and description
9393
- Final choice: `Use my own template URL` -> `questionary.text` for a custom URL
9494

95-
**2. Extension selection (checkbox, two-step)**
95+
#### 2. Extension selection (checkbox, two-step)
9696

9797
When no `--addons` are provided and interactive mode is on:
9898

9999
- Step A: `Which kinds of extensions do you need?` -- category-level checkbox
100100
- Step B: per selected category, `{CategoryName} extensions` -- item-level checkbox
101101
- Choices are filtered by template type compatibility
102102

103-
**3. Custom options (text / confirm)**
103+
#### 3. Custom options (text / confirm)
104104

105105
From `cpa.config.json` or catalog `customOptions`:
106106

0 commit comments

Comments
 (0)