换行符
自动换行
如果表格内容太宽,则会自动换行。在以下示例中,文本将添加到第二列,这会导致文本本身和第一列的列标题被包装。
| this is a really wide column header | another header |
| --- | --- |
| | |
这是一个非常宽的列标题 | 另一个头 |
---|---|
| this is a really wide column header | another header |
| --- | --- |
| | Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magn |
这是一个非常宽的列标题 | 另一个头 |
---|---|
Lorem ipsum dolor sit amet,consectetur adipisici elit,sed eiusmod tempor incidunt ut labore et dolore magn |
手动换行符
也可以像在常规文本中那样插入手动中断。这可以允许其他列进一步扩展。
| this <br/> is <br/> a <br/> really <br/> wide <br/> column <br/> header | another header |
| --- | --- |
| | Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magn |