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.
1 parent 10fc427 commit afefeefCopy full SHA for afefeef
docs/index.md
@@ -46,14 +46,14 @@ You can configure `sphinx-copybutton` to detect *input prompts* in code
46
cells, and then both remove these prompts before copying, as well as skip
47
lines that *don't* start with prompts (in case they are output lines).
48
49
-For example, this site has been configured to strip Python prompts (">>> ").
+For example, this site has been configured to strip Python prompts (">>> ") and output lines.
50
Try copy-pasting the code block below.
51
52
```python
53
>>> a = 2
54
>>> print(a)
55
2
56
-
+>>>
57
>>> b = 'wow'
58
>>> print(b)
59
wow
0 commit comments