-
-
Notifications
You must be signed in to change notification settings - Fork 955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed #1276 -- Added copy buttons to console and shell commands. #1447
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution! I believe it's better to start your contribution from @prashantpandey9's PR in order to have the initial contribution and the co-author.
@@ -3624,6 +3624,11 @@ ul.corporate-members li { | |||
} | |||
|
|||
.code-block-caption, | |||
.highlight-console, | |||
.c-content-win, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's missing .c-content-unix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if (hasClass('code-block-caption') || | ||
hasClass('snippet') || | ||
hasClass('highlight-console') || | ||
hasClass('c-content-win') || |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same, I think it's missing .c-content-unix
I saw @prashantpandey9's PR, but decided to start the contribution from scratch. I think it's better not to modify existing styles but to reuse them where necessary. |
Fixes #1276
Although there is a PR pending, added one as well, hope it's okay.
Added copy buttons for console and shell commands. Also added copy buttons on the Download page.
Minimum code changes, no new styles added, button adding functionality is moved to a separate function, so it can be further reused with different code blocks.
Comments aren't copied (like in an example below), nor are the promts.