We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When clicking the copy button of a code block, "Copy code" gets added at the end of the copied text.
"Copy code"
If I have:
.. code-block:: console $ cd helloworld
I get:
When clicking the copy button and pasting it here, it prints:
$ cd helloworld Copy code
The text was updated successfully, but these errors were encountered:
Wow. Thanks for reporting this. I'll fix it.
Sorry, something went wrong.
kai687
Successfully merging a pull request may close this issue.
When clicking the copy button of a code block,
"Copy code"
gets added at the end of the copied text.If I have:
I get:
When clicking the copy button and pasting it here, it prints:
The text was updated successfully, but these errors were encountered: