cloudflare / cloudflare/cloudflare-docs
Characters at the end of a code block are unexpectedly of a different colour
- Dominant language
- MDX
- Stars
- 5.2k
- Forks
- 16.7k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 337
Description
### Example URL(s)
https://developers.cloudflare.com/changelog/post/2026-07-24-r2-sippy-azure-s3-compatible-support/
### Actual Behavior
https://developers.cloudflare.com/changelog/post/2026-07-24-r2-sippy-azure-s3-compatible-support/ renders the code block like this
You can see that the `E>` at the end is of a different colour than the rest.
### Expected Behavior
Consistent syntax highlighting of
```sh
npx wrangler r2 bucket sippy enable
```
e.g.
### Additional information
the original PR (https://github.com/cloudflare/cloudflare-docs/pull/32310/changes) introduces this code block:
```
npx wrangler r2 bucket sippy enable
```
so nothing looks off on that side, might be a rendering issue?
Contributor guide
Assessment
This issue has not been assessed yet.