We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3fb3a4 commit 3691cf2Copy full SHA for 3691cf2
1 file changed
‎doc/index.rst‎
@@ -167,7 +167,7 @@ For example this documentation uses the following configuration:
167
168
.. code-block:: python
169
170
- copybutton_prompt_text = r">>> |\.\.\. |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
+ copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
171
copybutton_prompt_is_regexp = True
172
173
Which matches the following prompts and their continuations if they exist:
0 commit comments