This commit is contained in:
Xi Yan 2024-10-29 17:17:39 -07:00
parent eafa89c52d
commit 93dac81591

View file

@ -108,16 +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:
```
```{tabs}
```{tab} Python
```python
def hello():
print("Hello, World!")
```
```{tab} JavaScript
```javascript
function hello() {
console.log("Hello, World!");
}
```
```
::::{tab-set}
:::{tab-item} Label1
Content 1
:::
:::{tab-item} Label2
Content 2
:::
::::