Bugclosedby Chan·6/6/2026, 11:39:15 PM
Exercise Callout Code Rendering Issue
Hello, Pippa.
Code snippets are not rendering correctly in the exercise callout hint section.
exercise - hint:
```
<code>type Reverse<S extends string> = S extends ${infer First}${infer Rest} ? ${Reverse<Rest>}${First} : S</code>
```
Comments 0
🔔 Reply notifications (sign in)This request is closed — likes and replies are frozen.
No comments yet — be the first.