website icon indicating copy to clipboard operation
website copied to clipboard

Inserted newlines in code block selections due to "user-select: none"

Open giorez opened this issue 1 year ago • 0 comments

A strange behaviuor when I copy & paste the code block from the web page:

rendered text:

$ BASE=ppp-multi-image
$ DEV=sdb # i.e. sdb or mmcblk0
$ ATTR=RequiredPartition,LegacyBIOSBootable
$ SIZE=11GiB

copied & pasted text:

BASE=ppp-multi-image

DEV=sdb # i.e. sdb or mmcblk0

ATTR=RequiredPartition,LegacyBIOSBootable

SIZE=11GiB

Every line add a new-line.

giorez avatar May 01 '24 16:05 giorez