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
Use innerText will include element properties. Like block element will make text with trailing newline \n
Describe the solution you'd like
code copy remove trailing newline
And I'm not sure if all lang code copy should remove this hidden problem.
But should be removed in the shell lang . Because in SHELL env (like bash) or some termianl apps, there is a trailing newline in our copy, the command will to be executed directly after paste, which is dangerous.
Is your feature request related to a problem? Please describe.
vitepress/src/client/app/composables/copyCode.ts
Lines 20 to 24 in 4b0b1ef
Use
innerText
will include element properties. Like block element will maketext
with trailing newline\n
Describe the solution you'd like
code copy remove trailing newline
And I'm not sure if all lang code copy should remove this hidden problem.
But should be removed in the shell lang . Because in SHELL env (like bash) or some termianl apps, there is a trailing newline in our copy, the command will to be executed directly after paste, which is dangerous.
Describe alternatives you've considered
If maintainer agree, I will submit a PR
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: