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
I would like the copy button to ignore prompts, such as the python prompt (>>>) or the console prompt ($).
>>>
$
Right now these prompts get copied when clicking the copy button.
If this is hard to implement, I would like an option to remove the copy buttons from the code blocks. This way I can use sphinx-copybutton instead.
The text was updated successfully, but these errors were encountered:
I thought it wouldn't select console prompts already. I definitely intended it to be this way. So, it's a bug that I'm going to fix.
Sorry, something went wrong.
kai687
Successfully merging a pull request may close this issue.
I would like the copy button to ignore prompts, such as the python prompt (
>>>
) or the console prompt ($
).Right now these prompts get copied when clicking the copy button.
If this is hard to implement, I would like an option to remove the copy buttons from the code blocks. This way I can use sphinx-copybutton instead.
The text was updated successfully, but these errors were encountered: