style(prompts): format prompt text as code blocks for monospace rendering
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
00488eb9a0
commit
4b58c631c8
5 changed files with 14 additions and 24 deletions
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
Copy and paste this into Claude Code:
|
||||
|
||||
---
|
||||
|
||||
```
|
||||
Add due dates to the todo app. Requirements:
|
||||
|
||||
- Optional date picker when adding a task
|
||||
|
|
@ -14,8 +13,7 @@ Add due dates to the todo app. Requirements:
|
|||
- Tasks without a due date sort to the bottom when sorting by due date
|
||||
- Due dates saved in localStorage
|
||||
- Keep the existing design, categories, and search working
|
||||
|
||||
---
|
||||
```
|
||||
|
||||
## What to Expect
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue