We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@example
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 }
The text was updated successfully, but these errors were encountered:
shikijs/shiki@5fe8ee6
No branches or pull requests
The code block should probably be rendered within a
<pre>
. I think it used to workRepro to put within
```ts twoslash
The text was updated successfully, but these errors were encountered: