Skip to content

Commit 4d558bb

Browse files
committed
docs(plugins): Just inline tabs
1 parent e07001e commit 4d558bb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/plugin_system.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,24 @@ your tmuxp configuration file.
1212

1313
### Example Configurations
1414

15-
#### YAML
15+
````{tab} YAML
1616
1717
```{literalinclude} ../examples/plugin-system.yaml
1818
:language: yaml
1919
2020
```
2121
22-
#### JSON
22+
````
23+
24+
````{tab} JSON
2325
2426
```{literalinclude} ../examples/plugin-system.json
2527
:language: json
2628
2729
```
2830
31+
````
32+
2933
[poetry]: https://python-poetry.org/
3034

3135
## Developing a Plugin

0 commit comments

Comments
 (0)