卡片
使用一组卡片更动态地展示信息 — 可带图片也可不带图片
卡片示例
添加链接
添加图片
为深色模式添加图片
选择合适的图片尺寸


更改卡片大小
在 Markdown 中的表示
最后更新于
这有帮助吗?
这有帮助吗?
<table data-view="cards">
<thead>
<tr>
<th></th>
<th></th>
<th data-hidden data-card-target data-type="content-ref"></th>
<th data-hidden data-card-cover data-type="files"></th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>示例标题 1</strong></td>
<td>示例描述 1。</td>
<td><a href="https://example.com">https://example.com</a></td>
<td><a href="https://example.com/image1.svg">example_image1.svg</a></td>
</tr>
<tr>
<td><strong>示例标题 2</strong></td>
<td>示例描述 2。</td>
<td><a href="https://example.com">https://example.com</a></td>
<td><a href="https://example.com/image2.svg">example_image2.svg</a></td>
</tr>
<tr>
<td><strong>示例标题 3</strong></td>
<td>示例描述 3。</td>
<td><a href="https://example.com">https://example.com</a></td>
<td><a href="https://example.com/image3.svg">example_image3.svg</a></td>
</tr>
</tbody>
</table>