C.W.K.
Stream
Back to the page
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&lt;Rest&gt;}${First} : S</code> ```

Comments 0

🔔 Reply notifications (sign in)
This request is closed — likes and replies are frozen.

No comments yet — be the first.