Skip to content

Commit afb6634

Browse files
committed
docs: remove language specifier from lesson code fence
- Changed from ```markdown to just ``` - Allows markdown formatting (like **bold**) to render inside the code block - Title now displays as bold as it should
1 parent 081e107 commit afb6634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You're shipping more than ever and understanding less. devcoach fixes that with
1818

1919
You work on a task with your AI agent as usual. When it finishes, devcoach appends a lesson:
2020

21-
```markdown
21+
```
2222
🎓 devcoach · TypeScript · Level: Mid
2323
2424
**Promise.allSettled vs Promise.all — don't let one failure sink the batch**

0 commit comments

Comments
 (0)