codehike icon indicating copy to clipboard operation
codehike copied to clipboard

Wrong focus annotation breaks render

Open pomber opened this issue 2 years ago • 6 comments

```js
mdxOptions = {
  remarkPlugins: [
    // focus(24:44)
    [remarkCodeHike, { theme: "github-light" }],
    anotherPlugin,
  ],
}
```

shows nothing

playground

pomber avatar Jun 11 '23 16:06 pomber