-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Steps to reproduce
- Go to any page that uses torchlight, e.g. the homepage itself (https://torchlight.dev/)
- Find a code block that uses line numbers
- Select & copy code
- Paste code into a text editor
Expected results
Code is pasted without extra blank lines.
RequestReceived::class => [ ✅
...Octane::prepareApplicationForNextOperation(), ✅
...Octane::prepareApplicationForNextRequest(), ✅
],
Actual results
Code is pasted with one extra blank line after every "real" line.
RequestReceived::class => [ ✅
...Octane::prepareApplicationForNextOperation(), ✅
...Octane::prepareApplicationForNextRequest(), ✅
],
Screen recording
20250303-1415-48.0885222.mp4
Metadata
Metadata
Assignees
Labels
No labels