1 TABLES(1) 2 3 DESCRIPTION 4 Testing tables. 5 6 +-------------+ 7 | Single col | 8 +-------------+ 9 | Hi! :) | 10 +-------------+ 11 12 +-------------------------------------+----------------+--------------+ 13 | Header content | With format | Another | 14 | | text | column | 15 +-------------------------------------+----------------+--------------+ 16 | Some data | More data | | 17 +-------------------------------------+----------------+--------------+ 18 | Extra long amount of text within a | hi | there | 19 | column | | | 20 +-------------------------------------+----------------+--------------+ 21 22 +---------------+-----------------+----------------+ 23 | Left aligned | Center aligned | Right aligned | 24 +---------------+-----------------+----------------+ 25 | abc | def | ghi | 26 +---------------+-----------------+----------------+ 27 28 +-----------------------+-----------------------+-----------------------+ 29 | Left aligned | Center aligned | Right aligned | 30 +-----------------------+-----------------------+-----------------------+ 31 | X | X | X | 32 +-----------------------+-----------------------+-----------------------+ 33 | Extra long text | Extra long text | Extra long text | 34 | 123456789012 with | 123456789012 with | 123456789012 with | 35 | mixed widths. | mixed widths. | mixed widths. | 36 +-----------------------+-----------------------+-----------------------+ 37 38 +-----------------------+ 39 | Link check | 40 +-----------------------+ 41 | foo | 42 +-----------------------+ 43 | https://example.com/ | 44 +-----------------------+ 45