gpt4 book ai didi

github-flavored-markdown - github markdown colspan

转载 作者:行者123 更新时间:2023-12-03 05:04:30 34 4
gpt4 key购买 nike

有没有办法在 github markdown 上使用“colspan”?

我正在尝试创建一个表格,其中一行占据四列。

| One     | Two        | Three   | Four          | 
| ------------- |-------------| ---------| ------------- |
| One | Two | Three | Four |

| One | Two | Three | Four |
| ------------- |-------------| ---------| ------------- |
| Span Across ||||

您可以通过将以上内容粘贴到此处来查看实时预览 http://markdown-here.com/livedemo.html

最佳答案

您可以在 GitHub 上使用 HTML 表格(但在 StackOverflow 上使用 not)

<table>
<tr>
<td>One</td>
<td>Two</td>
</tr>
<tr>
<td colspan="2">Three</td>
</tr>
</table>

成为

HTML table output

关于github-flavored-markdown - github markdown colspan,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23571724/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com