We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8133d8e + e7b70fb commit 3018dd7Copy full SHA for 3018dd7
doc/index.rst
@@ -114,7 +114,7 @@ excluding the prompts and outputs.
114
To define the prompt text that you'd like removed from copied text in your code
115
blocks, use the following configuration value in your ``conf.py`` file:
116
117
-.. code-block::
+.. code-block:: python
118
119
copybutton_prompt_text = "myinputprompt"
120
@@ -127,7 +127,7 @@ the cell will be copied.
127
For example, to exclude traditional Python prompts from your copied code,
128
use the following configuration:
129
130
131
132
copybutton_prompt_text = ">>> "
133
0 commit comments