Documentation

Tables

Linebreaks

Automatic Linebreaks

Table content is line wrapped automatically if it is too wide. In the following example, text is added to the second column, which causes oth the text itself and the column header of the first column to be wrapped.

| this is a really wide column header | another header |
| --- | --- |
| | |
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 |
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

Manual Linebreaks

It’s also possible to insert manual breaks as you would in regular text. This can allow other columns to expand even further.

| 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 |
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

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow