Skip to content

Commit 7146180

Browse files
committed
docs: Highlighting fixes
1 parent 4cd5cdc commit 7146180

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

docs/cli.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,16 @@ $ tmuxp shell -c 'python code'
4444

4545
Launch into a python console with [libtmux] objects. Compare to django's shell.
4646

47-
> > ```{image} _static/tmuxp-shell.gif
48-
> > :width: 100%
49-
> > ```
50-
>
51-
> ```
52-
>
53-
> Automatically preloads current tmux {class}`server <libtmux.Server>`,
54-
> {class}`session <libtmux.Session>`, {class}`window <libtmux.Window>`
55-
> {class}`pane <libtmux.Pane>`. Pass additional arguments to select a
56-
> specific one of your choice:
57-
> ```
58-
47+
```{image} _static/tmuxp-shell.gif
48+
:width: 100%
5949
```
50+
51+
Automatically preloads current tmux {class}`server <libtmux.Server>`,
52+
{class}`session <libtmux.Session>`, {class}`window <libtmux.Window>`
53+
{class}`pane <libtmux.Pane>`. Pass additional arguments to select a
54+
specific one of your choice:
55+
56+
```console
6057
(Pdb) server
6158
<libtmux.server.Server object at 0x7f7dc8e69d10>
6259
(Pdb) server.sessions

0 commit comments

Comments
 (0)