TabsΒΆ
Tabs are good way to organize content, where the reader has choice they can make (usually based on their environment). Furo works well with sphinx-inline-tabs, which provides beautiful and functional tabs, grouping code blocks and synchronisation.
Hint
This example is gonna be very meta.
.. tab:: One
First.
.. tab:: Two
Second.
First.
Second.
```{tab} One
First.
```
```{tab} Two
Second.
```
First.
Second.