mdx icon indicating copy to clipboard operation
mdx copied to clipboard

<CodeGroup dropdown> uses a YAML icon for TOML

Open adtac opened this issue 2 months ago • 1 comments

minimal repro:

<CodeGroup dropdown>
```json foo.json
{"foo": "bar"}
```

```toml foo.toml
foo = "bar"
```
</CodeGroup>

here's an example docs page for live repro: https://subtrace.dev/docs/cloudflare (see the wrangler.json / wrangler.toml)

example screenshot:

Image

adtac avatar Sep 29 '25 21:09 adtac

hey would like to work on this smol issue :)

atharvamhaske avatar Oct 02 '25 04:10 atharvamhaske