mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
tabs
This commit is contained in:
parent
53d43ed717
commit
63876f6a0c
1 changed files with 6 additions and 6 deletions
|
@ -108,14 +108,14 @@ User> What other countries should I consider to club?
|
||||||
inference> Considering your interest in Switzerland, here are some neighboring countries that you may want to consider visiting:
|
inference> Considering your interest in Switzerland, here are some neighboring countries that you may want to consider visiting:
|
||||||
```
|
```
|
||||||
|
|
||||||
```{tab-set}
|
````{tab-set-code}
|
||||||
|
|
||||||
```{tab-item} Label1
|
```{code-block} python
|
||||||
Content 1
|
a = 2
|
||||||
```
|
```
|
||||||
|
|
||||||
```{tab-item} Label2
|
```{code-block} javascript
|
||||||
Content 2
|
a = 1;
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
````
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue