Skip to content

Commit d199dfa

Browse files
authored
docs: fix docs/concepts nested code-block format (Fission-AI#763)
1 parent d7d1860 commit d199dfa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Delta specs describe **what's changing** relative to the current specs. See [Del
270270

271271
The design captures **technical approach** and **architecture decisions**.
272272

273-
```markdown
273+
````markdown
274274
# Design: Add Dark Mode
275275

276276
## Technical Approach
@@ -306,7 +306,7 @@ CSS Variables (applied to :root)
306306
- `src/contexts/ThemeContext.tsx` (new)
307307
- `src/components/ThemeToggle.tsx` (new)
308308
- `src/styles/globals.css` (modified)
309-
```
309+
````
310310

311311
**When to update the design:**
312312
- Implementation reveals the approach won't work

0 commit comments

Comments
 (0)