Available translations

Docs Table Style

foundations.png
docs-table-style.png
It is possible to render table in docs pages. To do so you just need to follow some formatting rules.
In edit mode you need to use the | character in order to draw a table. Each cell is separated by a |. Line breaks in edit mode will be considered new rows. The first row will be rendered as the table header.
Example:
| Column 1 | Column 2 | Column 3 |
Is rendered like this:
Column 1 Column 2 Column 3
Another example of a table would be:
Column 1 Column 2 Column 3
Value 1 Value 2 Value 3
Value 4 Value 5 Value 6
Value 7 Value 8 Value 9
RGB Example:
Variable Value RGB Value Color Sample
DARK 48, 48, 54
   
LIGHT 234, 226, 222
   
GREY 150, 150, 150
   
LIGHT_GREY 247, 247, 247
   
WHITE 255, 255, 255
   
BLACK 0, 0, 0
   
GOLDEN_ORANGE 240, 162, 2
   
RUSTED_RED 204, 88, 53
   
GREEN 188, 214, 67
   
RED 223, 70, 60
   
PATINATED_TURQUOISE 27, 153, 139
   
TITANIUM_YELLOW 244, 228, 9
   
MANGANESE_PURPLE 91,80, 122
   
TURQUOISE 74, 207, 217
   
DARK_TURQUOISE 2, 149, 170
   
Previous
Docs JSON Code Style
Next
Docs Hierarchy Style