Wiki Help

Revision Difference

Tables#547076

<cat>editing</cat> <note>Do not use custom tags inside tables, they will not function properly</note> <warning> Nesting tables inside eachother will not work and will break things so don't do it </warning> --- ```markdown | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 | ``` | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 | ```markdown⤶ ```html⤶ Markdown | Less | Pretty --- | --- | --- *Still* | `renders` | **nicely** 1 | 2 | 3 ``` Markdown | Less | Pretty --- | --- | --- *Still* | `renders` | **nicely** 1 | 2 | 3