We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d1860 commit d199dfaCopy full SHA for d199dfa
1 file changed
docs/concepts.md
@@ -270,7 +270,7 @@ Delta specs describe **what's changing** relative to the current specs. See [Del
270
271
The design captures **technical approach** and **architecture decisions**.
272
273
-```markdown
+````markdown
274
# Design: Add Dark Mode
275
276
## Technical Approach
@@ -306,7 +306,7 @@ CSS Variables (applied to :root)
306
- `src/contexts/ThemeContext.tsx` (new)
307
- `src/components/ThemeToggle.tsx` (new)
308
- `src/styles/globals.css` (modified)
309
-```
+````
310
311
**When to update the design:**
312
- Implementation reveals the approach won't work
0 commit comments