blitz-js / blitz-js/blitzjs.com
Copying code copies +/- too although they aren't highlighted.
Open
status/ready-to-work-on
type/bug
- Dominant language
- MDX
- Stars
- 188
- Forks
- 316
- PR merge metrics
- No merged PRs in 30d
Description
I was just going through the tutorial and noticed when copying the code it copies the +/- too although they are not highlighted.

this copies:
```js
choices: z.array(
+ z.object({id: z.number().optional(), text: z.string()}),
+ ),
```
I'm using Safari 15.0 on macOS Monterey.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.