{% tabs active:1/2 align:center %}
<!-- tab 图片 -->
{% image https://fastly.jsdelivr.net/gh/Cactusinhand/images_repo/images/20240824211015.png width:300px %}
<!-- tab 代码块 -->
```go
package main
import "fmt"

func main() {
	fmt.Println("hello, world!")
}
```
<!-- tab 表格 -->
| a | b | c |
| --- | --- | --- |
| a1 | b1 | c1 |
| a2 | b2 | c2 |
{% endtabs %}