From 63876f6a0c4d8d3832dcf2dbf4f30d11f6e290f3 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 29 Oct 2024 17:27:51 -0700 Subject: [PATCH] tabs --- docs/source/getting_started/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index 7bc29ce64..f4f6e81eb 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -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: ``` -```{tab-set} +````{tab-set-code} -```{tab-item} Label1 -Content 1 +```{code-block} python +a = 2 ``` -```{tab-item} Label2 -Content 2 +```{code-block} javascript +a = 1; ``` -``` +````