gpt4 book ai didi

github-flavored-markdown - 如何在 Github Markdown 中并排显示表格?

转载 作者:行者123 更新时间:2023-12-03 23:25:48 26 4
gpt4 key购买 nike

例如,这不起作用,表被加入:

| Tables   |      Are      |  Cool |             | Tables   |      Are      |  Cool |
|----------|:-------------:|------:| |----------|:-------------:|------:|
| col 1 is | left-aligned | $1600 | | col 1 is | left-aligned | $1600 |
| col 2 is | centered | $12 | | col 2 is | centered | $12 |
| col 3 is | right-aligned | $1 |

最佳答案

文本之间的空格标志着特定类型内容的开始和结束。尝试这个:

<table>
<tr><th>Table 1 Heading 1 </th><th>Table 1 Heading 2</th></tr>
<tr><td>

|Table 1| Middle | Table 2|
|--|--|--|
|a| not b|and c |

</td><td>

|b|1|2|3|
|--|--|--|--|
|a|s|d|f|

</td></tr> </table>

它看起来像这样:

two merkdown tables in one html table

关于github-flavored-markdown - 如何在 Github Markdown 中并排显示表格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43232279/

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