Skip to content

Commit b84ecc2

Browse files
Wrap fullscreen links in reST-based blocks
1 parent 0511379 commit b84ecc2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/full.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ JupyterLite instance in a separate tab.
77

88
You can access the JupyterLite deployment that `jupyterlite-sphinx` made for you, in fullscreen, following the `./lite/lab` and `./lite/retro` relative urls:
99

10-
- [JupyterLab](./lite/lab/index.html)
11-
- [Notebook](./lite/tree/index.html)
10+
```{eval-rst}
1211
13-
If you want to open a specific notebook in fullscreen JupyterLab/Notebook you can use the `path` URL parameter, e.g. `./lite/lab/?path=my_noteboook.ipynb`.
12+
- `JupyterLab <lite/lab/index.html>`_
13+
- `Notebook <lite/tree/index.html>`_
14+
15+
```
16+
17+
If you want to open a specific notebook in fullscreen JupyterLab/Notebook, you can use the `path` URL parameter, e.g. `./lite/lab/?path=my_noteboook.ipynb`.

0 commit comments

Comments
 (0)