T11c Content / Tooling Smoke Test

#元 #测试 168 words 1 min read

Rendering verification for T11c. gallery / include / include-code depend on external data/files and are only verified inside real posts.

1. Figure (explicit shortcode form)

placeholder
Placeholder image (explicit figure shortcode)

2. Tab

Content of the first tab.

Content of the second tab.

3. Flex

Left

Right

4. Song

5. Douban Card

豆瓣评分
9.0
历史 / 茨威格
14 个人类历史的高光时刻。

6. Copy to clipboard

Copy this

7. Button

Go to posts list

8. Details

Click to expand

This is the collapsed content; click the summary to expand.

9. Highlight (with title)

Example: Euclid’s algorithm
def gcd(a, b):
    while b:
        a, b = b, a % b
    return a

10. Admonition

Reminder
This is an admonition block. The shortcode-admonition CSS and the callout CSS remain independent (whether to merge them is a T12 polish decision).
Foldable admonition: collapsed by default, click to expand.