You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Github now supports click-to-copy for code blocks, it became somewhat inconvenient that the input/output code blocks contain In[] := and Out[] = prefixes that should not be copied.
It might be better to remove them altogether. It will make it less clear where the inputs/outputs are, but it needs to be tested to see whether it's more important than click-to-copy ability.
Also, it might require regenerating pictures without the labels for consistency.
Alternative solutions
It would be ideal to have it copy the code without the prefixes while displaying prefixes nonetheless. But that's likely too difficult or not possible.
The text was updated successfully, but these errors were encountered:
The problem
Since Github now supports click-to-copy for code blocks, it became somewhat inconvenient that the input/output code blocks contain
In[] :=
andOut[] =
prefixes that should not be copied.It might be better to remove them altogether. It will make it less clear where the inputs/outputs are, but it needs to be tested to see whether it's more important than click-to-copy ability.
Also, it might require regenerating pictures without the labels for consistency.
Alternative solutions
It would be ideal to have it copy the code without the prefixes while displaying prefixes nonetheless. But that's likely too difficult or not possible.
The text was updated successfully, but these errors were encountered: