posva opened this issue 7 months ago · 0 comments
The code block should probably be rendered within a <pre>. I think it used to work
<pre>
Repro to put within ```ts twoslash
```ts twoslash
interface Wow { /** * Some a property * * @example Example title * * ```js * const a = 2 * const b = 3 * ``` */ a: number }