-
-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Copy and pasting entire lines of code blocks from the documentation, e.g. the conda create commands, adds invisible characters:
Note the character with value 0A after conda. When pasted into a terminal, this will add a line break into the command.
This only happens when I select the line via a double click. When I manually select the entire line from beginning to end by clicking and dragging the mouse, this does not happen.
On Firefox, this 0A is added after the first word (conda). When I do the same on Chrome, the 0A is added to the end of the line.
I haven't seen this effect before with any other markdown documentation. I am not sure where this is caused. Can anyone reproduce this? Is there something that can be done about this minor annoyance in the documentation?